Changeset 9359 for branches/1.7x/libtransmission/JSON_parser.c
- Timestamp:
- Oct 22, 2009, 2:30:43 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.7x/libtransmission/JSON_parser.c
r8799 r9359 496 496 497 497 /* not checking with end pointer b/c there may be trailing ws */ 498 value.vu.float_value = strto ld(jc->parse_buffer, NULL);498 value.vu.float_value = strtod(jc->parse_buffer, NULL); 499 499 } 500 500 break;
Note: See TracChangeset
for help on using the changeset viewer.