summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/time/strptime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/time/strptime.c b/src/time/strptime.c
index 55c7ed1b..da9e1f42 100644
--- a/src/time/strptime.c
+++ b/src/time/strptime.c
@@ -73,6 +73,7 @@ char *strptime(const char *restrict s, const char *restrict f, struct tm *restri
dest = &tm->tm_yday;
min = 1;
range = 366;
+ adj = 1;
goto numeric_range;
case 'm':
dest = &tm->tm_mon;