util.c: update strptime to revision 1.66

This commit is contained in:
Emanuele Torre
2024-03-18 19:10:21 +01:00
committed by GitHub
parent d777b6570c
commit 10ea3c7d9f
+1 -2
View File
@@ -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;