From b0ad30d9d09368a22f65df77f8be4a5557bc1f70 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 12 Dec 2002 19:26:55 +0000 Subject: [PATCH] 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 --- Source/script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/script.cpp b/Source/script.cpp index 6d653ab3..7b1dcd6e 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -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);