Break loop when changing the destination in launch mode.

This commit is contained in:
Steven Smith 2015-04-13 22:42:31 -07:00
parent f14a38e604
commit 8a9dedc1ac

View File

@ -49,7 +49,7 @@ int main(int argc, char **argv) {
}
freeSpace = fsGetFreeSpace(destination);
if(mode == DELETE_TITLE) {
if(mode == DELETE_TITLE || mode == LAUNCH_TITLE) {
breakLoop = true;
}
}