diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-08-24 14:00:28 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-08-24 14:00:28 +0200 |
commit | 36a1702cb9b22a91dec25844bbb9674cc7e01087 (patch) | |
tree | 3a2a32e43c807ef893a2741ffeab3da5401a97a8 /epgsearch.c | |
parent | c710608b32f65500d70620275db178834bec1a1f (diff) | |
download | vdr-plugin-epgsearch-36a1702cb9b22a91dec25844bbb9674cc7e01087.tar.gz vdr-plugin-epgsearch-36a1702cb9b22a91dec25844bbb9674cc7e01087.tar.bz2 |
moved from cCondWait::SleepMs to cCondWait::Wait to avoid shutdown problems, patch by
e9hack
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 ad63fad..bcc6b9c 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.beta2"; +static const char VERSION[] = "0.9.25.beta3"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals |