summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2013-04-03 22:53:44 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2013-04-03 22:53:44 +0300
commit7ba6bb1e8c96dd52eba6513f37236e63b32b3886 (patch)
treefc076f96e7e163b009d1d076fc43b4db8f16c7cb
parentd535bf0611e30f69fffc16723fa115f50d161821 (diff)
downloadvdr-plugin-epgfixer-7ba6bb1e8c96dd52eba6513f37236e63b32b3886.tar.gz
vdr-plugin-epgfixer-7ba6bb1e8c96dd52eba6513f37236e63b32b3886.tar.bz2
Actually reload regexp.conf with REL, thanks to Ville Skyttä.
-rw-r--r--epgfixer.c2
1 files changed, 1 insertions, 1 deletions
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()) {