diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-10-01 20:34:13 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-10-01 20:34:13 +0200 |
commit | 5f6c56f9b630ef18d5c8808569fc11ca82313e88 (patch) | |
tree | 16b4e6f5a3ca97cd05b154bfd6a14e0820ca54f4 /epgsearch.c | |
parent | 4af3d44e6f60d3b8e3b4fe3adab0b33239fbd06a (diff) | |
download | vdr-plugin-epgsearch-5f6c56f9b630ef18d5c8808569fc11ca82313e88.tar.gz vdr-plugin-epgsearch-5f6c56f9b630ef18d5c8808569fc11ca82313e88.tar.bz2 |
Two events with both empty episode names are now handled different within the feature 'Avoid repeats'.
Diffstat (limited to 'epgsearch.c')
-rw-r--r-- | epgsearch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearch.c b/epgsearch.c index b7ffc15..0721523 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -69,7 +69,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include <langinfo.h> #endif -static const char VERSION[] = "0.9.25.beta5"; +static const char VERSION[] = "0.9.25.beta6"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |