* lib/libcmain.c (main): Don't point to last quoted character if the only thing
in the buffer is the program name.
This commit is contained in:
@ -31,8 +31,8 @@ main ()
|
||||
|
||||
if (!nexts)
|
||||
nexts = strchr (s, '\0');
|
||||
else
|
||||
nexts += strspn (nexts + 1, SP);
|
||||
else if (*++nexts)
|
||||
nexts += strspn (nexts, SP);
|
||||
|
||||
GetStartupInfo (&si);
|
||||
|
||||
|
Reference in New Issue
Block a user