From 086481082400091b0c20bbba5a44f6930dc9d57b Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Sun, 12 Apr 2015 11:32:03 -0700 Subject: [PATCH] Update file list after deleting CIAs. --- source/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/main.cpp b/source/main.cpp index 94368a9..1a6601a 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -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";