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

@ -192,7 +192,8 @@
}
else
{
NSLog(@"_dispatch with unexpected status %d", [self streamStatus]);
NSLog(@"_dispatch with unexpected status %lu",
(unsigned long)[self streamStatus]);
}
}
@end
@ -321,7 +322,8 @@
}
else
{
NSLog(@"_dispatch with unexpected status %d", [self streamStatus]);
NSLog(@"_dispatch with unexpected status %lu",
(unsigned long)[self streamStatus]);
}
}
@end