mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
9cb78b1fa9
commit
b143b3fabf
15 changed files with 63 additions and 36 deletions
|
@ -235,7 +235,8 @@ NSDataFromAvahiStringList(AvahiStringList* list)
|
|||
if (buffer == NULL)
|
||||
{
|
||||
// Should we raise an exception?
|
||||
NSDebugLog(@"Couldn't allocate %lu bytes for txt record", len);
|
||||
NSDebugLog(@"Couldn't allocate %"PRIuPTR" bytes for txt record",,
|
||||
(uintptr_t)len);
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue