From 7ff8aa9ac7f86361b9a53333fcb595812c85dd92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Sun, 19 Aug 2007 08:43:04 +0000 Subject: [PATCH] Rename config attribute 'muxfile' to 'dvbmuxfile' --- dvb_muxconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvb_muxconfig.c b/dvb_muxconfig.c index a7dd958e..fab2230f 100644 --- a/dvb_muxconfig.c +++ b/dvb_muxconfig.c @@ -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);