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:
Richard Frith-MacDonald 2012-01-03 14:48:04 +00:00
parent 1eddd45685
commit eec9f0e452
9 changed files with 25 additions and 22 deletions

View file

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