summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2024-03-18 19:10:21 +0100
committerGitHub <noreply@github.com>2024-03-18 19:10:21 +0100
commit10ea3c7d9f581212e7a80f31fb9a6ded8fd28c0f (patch)
tree9cf000a62f5d5f934b536121f32e19b581470d90
parentd777b6570c5225cdd946894fb99b6746df6dfa85 (diff)
util.c: update strptime to revision 1.66
-rw-r--r--src/util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util.c b/src/util.c
index 1ef134f6..0d822d1c 100644
--- a/src/util.c
+++ b/src/util.c
@@ -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;