summaryrefslogtreecommitdiff
path: root/src/gstdvbbackend.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gstdvbbackend.c')
-rw-r--r--src/gstdvbbackend.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gstdvbbackend.c b/src/gstdvbbackend.c
index 0732f57..713d219 100644
--- a/src/gstdvbbackend.c
+++ b/src/gstdvbbackend.c
@@ -26,7 +26,7 @@
* grant permission for non-GPL-compatible GStreamer plugins to be used
* and distributed together with GStreamer and gstdvbbackend.
* This permission goes above and beyond the permissions granted by the
- * GPL license sydra is covered by.
+ * GPL license gstdvbbackend is covered by.
*/
#define _GNU_SOURCE
@@ -279,6 +279,8 @@ int main(int argc, char* argv[])
if(opt.debug_)
options_print(&opt);
+ g_set_prgname (opt.progname_);
+
priv_info_t priv;
if(opt.username_)
if(priv_init(&priv, opt.username_, opt.groupname_)) {