mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Temporary revert David's change to use PRIxPTR, PRIuPTR and
PRIdPTR. Old compilers don't handled these well. (That change didn't have a ChangeLog entry) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33766 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
028ad4a59c
commit
80c8a7ff06
11 changed files with 36 additions and 20 deletions
|
@ -195,7 +195,7 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
NSLog(@"_dispatch with unexpected status %" PRIdPTR, [self streamStatus]);
|
||||
NSLog(@"_dispatch with unexpected status %d", [self streamStatus]);
|
||||
}
|
||||
}
|
||||
@end
|
||||
|
@ -324,7 +324,7 @@
|
|||
}
|
||||
else
|
||||
{
|
||||
NSLog(@"_dispatch with unexpected status %" PRIdPTR, [self streamStatus]);
|
||||
NSLog(@"_dispatch with unexpected status %d", [self streamStatus]);
|
||||
}
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue