64bit printf tweaks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34401 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-01-03 14:48:04 +00:00
parent 1eddd45685
commit eec9f0e452
9 changed files with 25 additions and 22 deletions

View file

@ -1792,7 +1792,7 @@ typedef struct {
rl = [self reservedSpaceLength];
if (length != 0 && length != rl)
{
NSLog(@"bad reserved length - %u", length);
NSLog(@"bad reserved length - %lu", length);
return NO;
}
if ([receivingPort isKindOfClass: messagePortClass] == NO)