Skip to content
Snippets Groups Projects
Commit 9d11f4bd authored by NeoRaider's avatar NeoRaider
Browse files

Merge pull request #68 from FreifunkBremen/gluon-cron-fix

gluon-cron: Fix endless loop parsing invalid lines
parents a90920e3 afce06c3
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ static uint64_t parse_strings(const char *input, const char *const *strings, siz
return 0;
}
static uint64_t parse_times(char *input, unsigned min, unsigned n) {
static uint64_t parse_times(char *input, int min, int n) {
uint64_t ret = 0;
int step = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment