From 30d337eac17c99127610b586736a5fe03cb8aea0 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 11 Apr 2013 08:49:00 +0000 Subject: [PATCH] fixed LicenseLangString always failing git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6336 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/script.cpp b/Source/script.cpp index 2371fbd3..e21bca15 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -1834,7 +1834,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line) } SCRIPT_MSG(_T("%s: \"%s\" %d \"%s\"\n"), cmdnam, name, lang, file); - return PS_ERROR; + return PS_OK; } return PS_OK; case TOK_NAME: