fix(core): a little bug fix
This commit is contained in:
parent
d404378251
commit
b9873a803c
@ -84,6 +84,7 @@ int shoppyou_open(Shoppyou *shoppyou, const char *path) {
|
||||
fprintf(stderr, "Failed to dump shoppyou: failed to open file '%s'\n", path);
|
||||
return 1;
|
||||
}
|
||||
shoppyou->holes = NULL;
|
||||
return shoppyou_load(shoppyou);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user