From 7ba6bb1e8c96dd52eba6513f37236e63b32b3886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Wed, 3 Apr 2013 22:53:44 +0300 Subject: =?UTF-8?q?Actually=20reload=20regexp.conf=20with=20REL,=20thanks?= =?UTF-8?q?=20to=20Ville=20Skytt=C3=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epgfixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epgfixer.c b/epgfixer.c index bd3ffa4..bf15116 100644 --- a/epgfixer.c +++ b/epgfixer.c @@ -205,7 +205,7 @@ cString cPluginEpgfixer::SVDRPCommand(const char *Command, const char *Option, i } } else if (strcasecmp(Command, "REL") == 0) { - if (EpgfixerCharSets.ReloadConfigFile() && + if (EpgfixerRegexps.ReloadConfigFile() && EpgfixerCharSets.ReloadConfigFile() && EpgfixerBlacklists.ReloadConfigFile() && EpgfixerEpgClones.ReloadConfigFile()) { -- cgit v1.2.3