commit | 26bbb2720a2fb2add8e4f472b9a731ac1f7f4edb | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Tue Aug 02 14:54:33 2022 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Tue Aug 02 14:54:33 2022 +0200 |
tree | 8e41aae5b7c1de1b203358f80fada920f777b744 | |
parent | f60d1781ed3dd9cc98911818168bd61ae0f24b86 [diff] [blame] |
build UPDATE uncrustify version 0.71 -> 0.75
diff --git a/compat/strptime.c b/compat/strptime.c index 0520a75..4044fc9 100644 --- a/compat/strptime.c +++ b/compat/strptime.c
@@ -39,6 +39,7 @@ } if (isdigit(*f)) { char *new_f; + w = strtoul(f, &new_f, 10); f = new_f; } else {