aother dumb bug
This commit is contained in:
parent
ad3dd6571b
commit
dfbb098629
@ -1153,7 +1153,7 @@ naming:
|
||||
|
||||
std::remove("save/saveindex.json");
|
||||
|
||||
std::ofstream indexFileWrite;
|
||||
std::ofstream indexFileWrite("save/saveindex.json");
|
||||
|
||||
indexFileWrite << index.dump(4) << std::flush;
|
||||
|
||||
@ -1222,7 +1222,7 @@ select:
|
||||
|
||||
std::remove("save/saveindex.json");
|
||||
|
||||
std::ofstream indexFileWrite;
|
||||
std::ofstream indexFileWrite("save/saveindex.json");
|
||||
|
||||
indexFileWrite << index.dump(4) << std::flush;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user