mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-30 11:19:12 -07:00
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