Changeset 85cd12d
- Timestamp:
- 2012-11-27T23:20:34Z (12 years ago)
- Branches:
- master
- Children:
- e8161ec
- Parents:
- b235228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/json.c
rb235228 r85cd12d 485 485 top->u.dbl = strtod (i, (json_char **) &i); 486 486 else 487 top->u.integer = strtol (i, (json_char **) &i, 10);487 top->u.integer = strtoll (i, (json_char **) &i, 10); 488 488 489 489 flags |= flag_next | flag_reproc;
Note: See TracChangeset
for help on using the changeset viewer.