diff options
Diffstat (limited to 'src/xplist.c')
| -rw-r--r-- | src/xplist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xplist.c b/src/xplist.c index 2f98983..263d88e 100644 --- a/src/xplist.c +++ b/src/xplist.c | |||
| @@ -1141,7 +1141,7 @@ static void node_from_xml(parse_ctx ctx, plist_t *plist) | |||
| 1141 | } | 1141 | } |
| 1142 | str++; | 1142 | str++; |
| 1143 | } | 1143 | } |
| 1144 | data->intval = strtoull((char*)str, NULL, 0); | 1144 | data->intval = strtoull(str, NULL, 0); |
| 1145 | if (is_negative || (data->intval <= INT64_MAX)) { | 1145 | if (is_negative || (data->intval <= INT64_MAX)) { |
| 1146 | uint64_t v = data->intval; | 1146 | uint64_t v = data->intval; |
| 1147 | if (is_negative) { | 1147 | if (is_negative) { |
