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:
Richard Frith-MacDonald 2012-01-09 08:28:27 +00:00
parent f339497d46
commit 3fcd9f7d04
15 changed files with 63 additions and 36 deletions

View file

@ -114,7 +114,8 @@
if (buffer == (void*)0)
{
NSLog(@"Failed to map %lu bytes for execute: %@", _size, [NSError _last]);
NSLog(@"Failed to map %"PRIuPTR
" bytes for execute: %@", _size, [NSError _last]);
buffer = 0;
[self dealloc];
self = nil;