diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2013-04-03 22:53:44 +0300 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2013-04-03 22:53:44 +0300 |
commit | 7ba6bb1e8c96dd52eba6513f37236e63b32b3886 (patch) | |
tree | fc076f96e7e163b009d1d076fc43b4db8f16c7cb | |
parent | d535bf0611e30f69fffc16723fa115f50d161821 (diff) | |
download | vdr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) { |