Update file list after deleting CIAs.

This commit is contained in:
Steven Smith 2015-04-12 11:32:03 -07:00
parent 0cbae65520
commit 0864810824

View File

@ -158,6 +158,8 @@ int main(int argc, char **argv) {
uiPrompt(TOP_SCREEN, resultMsg.str(), false);
failed = true;
break;
} else {
updateList = true;
}
}
}
@ -199,6 +201,7 @@ int main(int argc, char **argv) {
}
} else {
if(fsDelete(path)) {
updateList = true;
resultMsg << "succeeded!";
} else {
resultMsg << "failed!" << "\n";