fixed LicenseLangString always failing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6336 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
49920eb39c
commit
30d337eac1
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue