summaryrefslogtreecommitdiff
path: root/text2skin.c
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-06-01 21:02:41 +0000
committerlordjaxom <lordjaxom>2004-06-01 21:02:41 +0000
commite535cdbe09d9c13d79cd6722aafca5798b7d1e35 (patch)
tree640a6597a28e3f548a469b3c19e681d48a0622dc /text2skin.c
parent37b57e7872214cc59119faf29bd058362504b3f6 (diff)
downloadvdr-plugin-text2skin-e535cdbe09d9c13d79cd6722aafca5798b7d1e35.tar.gz
vdr-plugin-text2skin-e535cdbe09d9c13d79cd6722aafca5798b7d1e35.tar.bz2
- fixed possible segfault when showing language logo (happened when channelv0.0.1-rc3
was not available) - fixed some memory leaks - fixed "too many colors used in palette" warning for non-imlib-users
Diffstat (limited to 'text2skin.c')
-rw-r--r--text2skin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text2skin.c b/text2skin.c
index 4163b18..e2b0b9a 100644
--- a/text2skin.c
+++ b/text2skin.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: text2skin.c,v 1.6 2004/06/01 16:47:47 lordjaxom Exp $
+ * $Id: text2skin.c,v 1.7 2004/06/01 21:02:38 lordjaxom Exp $
*/
#define __STL_CONFIG_H
@@ -11,7 +11,7 @@
#undef __STL_CONFIG_H
#include "loader.h"
-static const char *VERSION = "0.0.1-rc2";
+static const char *VERSION = "0.0.1-rc3";
static const char *DESCRIPTION = "Loader for text-based skins";
class cText2SkinPlugin : public cPlugin {