mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
util.c: update strptime to revision 1.66
This commit is contained in:
+1
-2
@@ -824,8 +824,7 @@ recurse:
|
||||
#else
|
||||
const time_t TIME_MAX = INT64_MAX;
|
||||
#endif
|
||||
time_t sse;
|
||||
time_t d;
|
||||
time_t sse, d;
|
||||
|
||||
if (*bp < '0' || *bp > '9') {
|
||||
bp = NULL;
|
||||
|
||||
Reference in New Issue
Block a user