mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix incorrect string format in NSException
This commit is contained in:
parent
2d45396de0
commit
5a46f744df
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ GSPrivateReturnAddresses(NSUInteger **returns)
|
|||
else
|
||||
{
|
||||
syms[i] = [NSString stringWithFormat:
|
||||
@"unknown - %p", symbol->Name, addr];
|
||||
@"unknown - %p", addr];
|
||||
}
|
||||
}
|
||||
GS_MUTEX_UNLOCK(traceLock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue