skip_root returns NULL, if buf1 is NULL, so there's no need to check again
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4925 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cf043a9f00
commit
28dfd60e1d
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ static int NSISCALL ExecuteEntry(entry *entry_)
|
|||
{
|
||||
char *p = skip_root(buf1);
|
||||
char c = 'c';
|
||||
if (*buf1 && p)
|
||||
if (p)
|
||||
{
|
||||
while (c)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue