Rename config attribute 'muxfile' to 'dvbmuxfile'

This commit is contained in:
Andreas Öman 2007-08-19 08:43:04 +00:00
parent 789b2ca289
commit 7ff8aa9ac7

View file

@ -247,7 +247,7 @@ dvb_mux_setup(void)
{
const char *s;
s = config_get_str("muxfile", NULL);
s = config_get_str("dvbmuxfile", NULL);
if(s != NULL)
dvb_muxfile_add(s);