From e567fed741c8c0d76eaf898b86d1fa375ecde9d0 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 16 Dec 2001 19:14:12 +0000 Subject: [PATCH] Remove the --help arg and don't quit Original commit message from CVS: Remove the --help arg and don't quit --- gst/gst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gst.c b/gst/gst.c index 251468cc35..9b8676406a 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -276,6 +276,8 @@ gst_init_check (int *argc, } else if (!strncmp ("--help", (*argv)[i], 6)) { showhelp = TRUE; + + (*argv)[i] = NULL; } } @@ -337,8 +339,6 @@ gst_init_check (int *argc, #endif } } - - ret = FALSE; } return ret;