Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
epggrab: internal grabber - make extra args empty by default
Some grabbers don't accept this parameter.
  • Loading branch information
perexg committed Nov 8, 2015
1 parent f5fb388 commit 301c573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epggrab/module.c
Expand Up @@ -327,7 +327,7 @@ epggrab_module_int_t *epggrab_module_int_create
/* Int data */
skel->type = EPGGRAB_INT;
skel->path = strdup(path);
skel->args = strdup("--quiet");
skel->args = NULL;
skel->grab = grab ?: epggrab_module_grab_spawn;
skel->trans = trans ?: epggrab_module_trans_xml;
skel->parse = parse;
Expand Down

0 comments on commit 301c573

Please sign in to comment.