mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
word size fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34468 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f339497d46
commit
3fcd9f7d04
15 changed files with 63 additions and 36 deletions
|
@ -2289,7 +2289,7 @@ static Class tcpPortClass;
|
|||
rl = [self reservedSpaceLength];
|
||||
if (length != 0 && length != rl)
|
||||
{
|
||||
NSLog(@"bad reserved length - %lu", length);
|
||||
NSLog(@"bad reserved length - %"PRIuPTR, length);
|
||||
return NO;
|
||||
}
|
||||
if ([receivingPort isKindOfClass: tcpPortClass] == NO)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue