summaryrefslogtreecommitdiff
path: root/ttxtsubs.c
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 10:41:29 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 10:41:29 +0100
commitf2a84e51aa977e0287a6115bfd27fd37f7f18c6f (patch)
treef06dfe83f416e59e6789f211b78c9e92df2851bb /ttxtsubs.c
parentd4d170b1fefd4b54137a3d37e0a090cae6558d51 (diff)
downloadvdr-plugin-ttxtsubs-0.0.2.tar.gz
vdr-plugin-ttxtsubs-0.0.2.tar.bz2
- Bug fix: Could miss to display subtitles on channels with "Parallel Magazine"v0.0.2
transmission. Thanks to Antti Lammi!
Diffstat (limited to 'ttxtsubs.c')
-rw-r--r--ttxtsubs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttxtsubs.c b/ttxtsubs.c
index 8b76848..379246e 100644
--- a/ttxtsubs.c
+++ b/ttxtsubs.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: ttxtsubs.c,v 1.11 2003/03/07 05:52:58 ragge Exp ragge $
+ * $Id: ttxtsubs.c,v 1.13 2003/05/04 22:38:35 ragge Exp $
*/
#include <vdr/plugin.h>
@@ -18,7 +18,7 @@
#include "siinfo.h"
#include "ttxtsubs.h"
-static const char *VERSION = "0.0.1b";
+static const char *VERSION = "0.0.2";
static const char *DESCRIPTION = "Teletext subtitles";
//static const char *MAINMENUENTRY = "Ttxtsubs";