Skip to content

Commit fb35cb8

Browse files
committed
Issue #112: Try to not hang out
1 parent 2286c4b commit fb35cb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/configuration.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,8 @@ parse_time(const char *value, time_t *result, bool utc_default)
11711171
/* wrong format */
11721172
else if (!IsSpace(*value))
11731173
return false;
1174+
else
1175+
value++;
11741176
}
11751177
tmp[len] = '\0';
11761178

0 commit comments

Comments
 (0)