cosmetics
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5983 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8ecbb43a38
commit
549d35e8b5
1 changed files with 3 additions and 4 deletions
|
@ -3136,7 +3136,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
||||||
GrowBuf tmpstr;
|
GrowBuf tmpstr;
|
||||||
char str[MAX_LINELENGTH];
|
char str[MAX_LINELENGTH];
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
tmpstr.resize(0);
|
tmpstr.resize(0);
|
||||||
for (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
|
@ -3154,8 +3154,8 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
||||||
if (tmpstr.getlen() || endSlash) tmpstr.add(str,strlen(str));
|
if (tmpstr.getlen() || endSlash) tmpstr.add(str,strlen(str));
|
||||||
|
|
||||||
if (!endSlash) break;
|
if (!endSlash) break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!str[0] && !tmpstr.getlen()) break; // failed
|
if (!str[0] && !tmpstr.getlen()) break; // failed
|
||||||
|
|
||||||
char *thisline=str;
|
char *thisline=str;
|
||||||
|
@ -3165,7 +3165,6 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
||||||
thisline=(char *)tmpstr.get();
|
thisline=(char *)tmpstr.get();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
DefineList *tlist = searchParseString(thisline,&line,parmOffs,ignCase,true);
|
DefineList *tlist = searchParseString(thisline,&line,parmOffs,ignCase,true);
|
||||||
if (tlist && tlist->getnum())
|
if (tlist && tlist->getnum())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue