Fixed parsing of the config index.
This commit is contained in:
@@ -200,7 +200,7 @@ semver_parse_version (const char *str, semver_t *ver) {
|
||||
slice = next + 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return (index == 3) ? 0 : -1;
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user