mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
1eddd45685
commit
eec9f0e452
9 changed files with 25 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue