mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Remove the --help arg and don't quit
Original commit message from CVS: Remove the --help arg and don't quit
This commit is contained in:
parent
00a26bb866
commit
e567fed741
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue