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:
kichik 2002-12-12 19:26:55 +00:00
parent 2003f124e4
commit b0ad30d9d0

View file

@ -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);