summaryrefslogtreecommitdiff
path: root/parse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parse.cpp')
-rw-r--r--parse.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/parse.cpp b/parse.cpp
index cf0c661..251af86 100644
--- a/parse.cpp
+++ b/parse.cpp
@@ -934,10 +934,10 @@ void cParse::CleanupLibXML()
cParse::cParse(cEPGSource *Source, cGlobals *Global)
{
source=Source;
-// maps=Global->EPGMappings();
- if (Global->EPDir())
+ g=Global;
+ if (g->EPDir())
{
- cep2ascii=iconv_open("ASCII//TRANSLIT",Global->EPCodeset());
+ cep2ascii=iconv_open("ASCII//TRANSLIT",g->EPCodeset());
cutf2ascii=iconv_open("ASCII//TRANSLIT","UTF-8");
}
else