mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 00:01:09 -06:00
Fixed parsing of the config index.
This commit is contained in:
parent
da2878958b
commit
aaa8f133c0
5 changed files with 74 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue