diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2018-08-11 14:56:46 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2018-08-11 14:56:46 +0200 |
commit | efbf22b18d2509ca8c5bccdb1894661fe8d888d1 (patch) | |
tree | 4f3393897cea4afd912ee1e9d3cab4d5644aff28 /setupeepg.c | |
parent | 9cd9a75a061ed301378e8102b726549f5a0e672d (diff) | |
parent | ca0c9dda448ffe0cd71e85cbc5b1f9c10203e1ad (diff) | |
download | vdr-plugin-eepg-efbf22b18d2509ca8c5bccdb1894661fe8d888d1.tar.gz vdr-plugin-eepg-efbf22b18d2509ca8c5bccdb1894661fe8d888d1.tar.bz2 |
Merge branch 'experimental'
Diffstat (limited to 'setupeepg.c')
-rw-r--r-- | setupeepg.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setupeepg.c b/setupeepg.c index c0dff6a..c6056d8 100644 --- a/setupeepg.c +++ b/setupeepg.c @@ -22,6 +22,9 @@ cSetupEEPG::cSetupEEPG (void) FixEpg = 0; DisplayMessage = 1; ProcessEIT = 0; + ReplaceEmptyShText = 0; + FixCharset = 0; + #ifdef DEBUG LogLevel = 0; #endif |