hmm that should have been argv i think

SVN revision: 46759
This commit is contained in:
Carsten Haitzler 2010-03-02 01:14:36 +00:00
parent 9ade1a11cc
commit a50e54830e
1 changed files with 1 additions and 1 deletions

View File

@ -1170,7 +1170,7 @@ elm_quicklaunch_fork(int argc, char **argv, char *cwd, void (postfork_func) (voi
// so ps etc. report what you'd expect. for other unixes and os's this
// may just not work
save_env();
if (real_argv)
if (argv)
{
char *lastarg, *p;