diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2011-08-29 10:44:31 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2011-08-29 10:44:31 +0200 |
commit | 5b29391b6d8208236656de06dbd0d12c3139177d (patch) | |
tree | 53e52f0894133806729a4177bdb6fefa08090662 | |
parent | 42656ea682424e78b6f07fa43e22dc3207386ece (diff) | |
parent | 1940a126b3153798d15876d83ba4c13e4341c427 (diff) | |
download | vdr-plugin-eepg-5b29391b6d8208236656de06dbd0d12c3139177d.tar.gz vdr-plugin-eepg-5b29391b6d8208236656de06dbd0d12c3139177d.tar.bz2 |
Merge branch 'test-naepg' of ssh://manitu.myvnc.com/home/dime/VDR/PLUGINS/src/eepg into test-naepg2
-rw-r--r-- | eepg.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -668,8 +668,7 @@ void GetLocalTimeOffset (void) void CleanString (unsigned char *String) { - LogD (1, prep("Unclean: %s"), String); - +// LogD (1, prep("Unclean: %s"), String); unsigned char *Src; unsigned char *Dst; int Spaces; @@ -711,7 +710,7 @@ void CleanString (unsigned char *String) } else { *Dst = 0; } - LogD (1, prep("Clean: %s"), String); +// LogD (1, prep("Clean: %s"), String); } bool cFilterEEPG::GetThemesSKYBOX (void) //TODO can't we read this from the DVB stream? |