mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
fix error in printf format
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29699 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3c1d2307c6
commit
67c72b4031
1 changed files with 1 additions and 1 deletions
|
@ -3153,7 +3153,7 @@ getBytes(void* dst, void* src, unsigned len, unsigned limit, unsigned *pos)
|
||||||
if (bytes == (void*)-1)
|
if (bytes == (void*)-1)
|
||||||
{
|
{
|
||||||
NSLog(@"[NSDataShared -initWithShmID:length:] shared memory "
|
NSLog(@"[NSDataShared -initWithShmID:length:] shared memory "
|
||||||
@"attach failed - %s", [NSError _last]);
|
@"attach failed - %@", [NSError _last]);
|
||||||
bytes = 0;
|
bytes = 0;
|
||||||
RELEASE(self); /* Unable to attach to memory. */
|
RELEASE(self); /* Unable to attach to memory. */
|
||||||
return nil;
|
return nil;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue