4 byte saving. woooo.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1150 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f35f421b8d
commit
ebd54dc8c9
1 changed files with 3 additions and 3 deletions
|
@ -329,8 +329,8 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
||||||
process_string_fromparm_tobuf(0x01);
|
process_string_fromparm_tobuf(0x01);
|
||||||
if (!SearchPath(NULL,buf0,NULL,NSIS_MAX_STRLEN,p,&fp))
|
if (!SearchPath(NULL,buf0,NULL,NSIS_MAX_STRLEN,p,&fp))
|
||||||
{
|
{
|
||||||
p[0]=0;
|
|
||||||
exec_errorflag++;
|
exec_errorflag++;
|
||||||
|
p[0]=0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -339,8 +339,8 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
||||||
char *textout=var0;
|
char *textout=var0;
|
||||||
if (!GetTempPath(NSIS_MAX_STRLEN,buf0) || !GetTempFileName(buf0,"nst",0,textout))
|
if (!GetTempPath(NSIS_MAX_STRLEN,buf0) || !GetTempFileName(buf0,"nst",0,textout))
|
||||||
{
|
{
|
||||||
*textout=0;
|
|
||||||
exec_errorflag++;
|
exec_errorflag++;
|
||||||
|
*textout=0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -567,8 +567,8 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
||||||
{
|
{
|
||||||
if (!GetEnvironmentVariable(buf0,p,NSIS_MAX_STRLEN))
|
if (!GetEnvironmentVariable(buf0,p,NSIS_MAX_STRLEN))
|
||||||
{
|
{
|
||||||
*p=0;
|
|
||||||
exec_errorflag++;
|
exec_errorflag++;
|
||||||
|
*p=0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue