Fix dump all bug

This commit is contained in:
J-D-K
2021-08-26 18:19:03 -04:00
parent a88de19023
commit fe5656b490

View File

@@ -628,7 +628,7 @@ void fs::backupUserSaves_t(void *a)
tmpArgs->cleanup = false;
tmpArgs->prog = c->prog;
fakeThread->status = t->status;
fakeThread->argPtr = &tmpArgs;
fakeThread->argPtr = tmpArgs;
copyDirToZip_t(fakeThread);
zipClose(zip, NULL);
fs::freePathFilters();