summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-05-05 12:30:22 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-05-05 12:30:22 +0300
commit3edad9d50e13e140dc0fa1ef1323c7b80e325a78 (patch)
treeb7c4d9e63a5bf0afae3c16aacf86bfa963c7ea55 /config.c
parent8877487555503d3615a4b17f9a9809fec2e28944 (diff)
downloadvdr-plugin-epgfixer-3edad9d50e13e140dc0fa1ef1323c7b80e325a78.tar.gz
vdr-plugin-epgfixer-3edad9d50e13e140dc0fa1ef1323c7b80e325a78.tar.bz2
Several bugs fixes. Code cleanup. Update history.
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index e746c24..7b820a6 100644
--- a/config.c
+++ b/config.c
@@ -60,7 +60,7 @@ bool cEpgfixerSetup::SetupParse(const char *Name, const char *Value)
else if (!strcasecmp(Name, "PreventEqualShortTextAndDescription")) equalshorttextanddescription = atoi(Value);
else if (!strcasecmp(Name, "ReplaceBackticksWithSingleQuotes")) nobackticks = atoi(Value);
else if (!strcasecmp(Name, "FixStreamComponentDescriptions")) components = atoi(Value);
- else if (!strcasecmp(Name, "StripHTMLentities")) striphtml = atoi(Value);
+ else if (!strcasecmp(Name, "StripHTMLEntities")) striphtml = atoi(Value);
else
return false;