From a50e54830ec9f2f87584a5c1086700bd89b0c078 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 2 Mar 2010 01:14:36 +0000 Subject: [PATCH] hmm that should have been argv i think SVN revision: 46759 --- legacy/elementary/src/lib/elm_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_main.c b/legacy/elementary/src/lib/elm_main.c index 3e3225d15e..657c14bc75 100644 --- a/legacy/elementary/src/lib/elm_main.c +++ b/legacy/elementary/src/lib/elm_main.c @@ -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;