diff options
author | Jochen Dolze <vdr@dolze.de> | 2012-06-14 11:35:49 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2012-06-14 11:35:49 +0200 |
commit | c20e6c11a5e2cbb2ed9ecc4835224faa634435bf (patch) | |
tree | e975f86a82cdc27b4d85c80fa4d4f2992cabdcd4 /parse.h | |
parent | fed74466810d208a14771c3468c4f480e491ddee (diff) | |
download | vdr-plugin-xmltv2vdr-c20e6c11a5e2cbb2ed9ecc4835224faa634435bf.tar.gz vdr-plugin-xmltv2vdr-c20e6c11a5e2cbb2ed9ecc4835224faa634435bf.tar.bz2 |
Fixed epdir bug
Replaced local variables with cGlobals in parse.cpp
Diffstat (limited to 'parse.h')
-rw-r--r-- | parse.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -34,12 +34,10 @@ class cParse }; private: + cGlobals *g; iconv_t cep2ascii; iconv_t cutf2ascii; - const char *epdir; - const char *epgfile; cEPGSource *source; - cEPGMappings *maps; cXMLTVEvent xevent; time_t ConvertXMLTVTime2UnixTime(char *xmltvtime); bool FetchEvent(xmlNodePtr node, bool useeptext); |