diff --git a/Source/exehead/exec.c b/Source/exehead/exec.c index cc89c4ca..8ff84993 100644 --- a/Source/exehead/exec.c +++ b/Source/exehead/exec.c @@ -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) {