From d04c1f9933679b12c7ea7076e28438b86a4f4dbb Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Mon, 8 Jun 2015 14:53:28 -0700 Subject: [PATCH] Update for latest ctrcommon. --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index 5645f20..23025db 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -204,7 +204,7 @@ int main(int argc, char **argv) { resultMsg << displayFileName << "\n"; resultMsg << appGetResultString(ret) << "\n"; uiPrompt(TOP_SCREEN, resultMsg.str(), false); - if(error.module != MODULE_AM || error.description != DESCRIPTION_ALREADY_EXISTS) { + if(error.module != MODULE_NN_AM || error.description != DESCRIPTION_ALREADY_EXISTS) { failed = true; break; }