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 /import.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 'import.h')
-rw-r--r-- | import.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,7 +42,6 @@ private: cCharSetConv *conv; iconv_t cep2ascii; iconv_t cutf2ascii; - const char *epdir; bool pendingtransaction; char *RemoveLastCharFromDescription(char *description); char *Add2Description(char *description, const char *value); |