Browse Source

fixing bug on 16 bit cpus. unit test1 was failing

pull/6/head
Ben Morse 14 years ago
parent
commit
c39c05906a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      json_tokener.h

+ 1
- 1
json_tokener.h View File

@@ -77,7 +77,7 @@ struct json_tokener
struct printbuf *pb;
int depth, is_double, st_pos, char_offset;
enum json_tokener_error err;
unsigned int ucs_char;
unsigned int32_t ucs_char;
char quote_char;
struct json_tokener_srec stack[JSON_TOKENER_MAX_DEPTH];
};


Loading…
Cancel
Save