mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Changes for 64bit clean printf format strings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36810 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8082fb58c1
commit
022d588467
32 changed files with 223 additions and 168 deletions
|
@ -265,7 +265,7 @@ parseError(ParserState *state)
|
|||
*/
|
||||
NSDictionary *userInfo = [[NSDictionary alloc] initWithObjectsAndKeys:
|
||||
_(@"JSON Parse error"), NSLocalizedDescriptionKey,
|
||||
_(([NSString stringWithFormat: @"Unexpected character %c at index %d",
|
||||
_(([NSString stringWithFormat: @"Unexpected character %c at index %"PRIdPTR,
|
||||
(char)currentChar(state), state->sourceIndex])),
|
||||
NSLocalizedFailureReasonErrorKey,
|
||||
nil];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue