BrandingText that starts with / doesn't give errors any more
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1945 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2003f124e4
commit
b0ad30d9d0
1 changed files with 1 additions and 1 deletions
|
@ -2006,7 +2006,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line, FILE *fp, const char
|
|||
else PRINTHELP();
|
||||
a++;
|
||||
}
|
||||
else PRINTHELP();
|
||||
else break;
|
||||
}
|
||||
if (line.getnumtokens()!=a+1 && !trim) PRINTHELP();
|
||||
if (line.getnumtokens()==a+1) SetString(line.gettoken_str(a),NLF_BRANDING,0,lang);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue