mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +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)) {
|
else if (!strncmp ("--help", (*argv)[i], 6)) {
|
||||||
showhelp = TRUE;
|
showhelp = TRUE;
|
||||||
|
|
||||||
|
(*argv)[i] = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -337,8 +339,6 @@ gst_init_check (int *argc,
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ret = FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|
Loading…
Reference in a new issue