From 7123265abbc6114f284c719f68197a9994e24c33 Mon Sep 17 00:00:00 2001 From: anbr Date: Tue, 21 Dec 2010 20:40:37 +0100 Subject: release 0.1.1 from http://www.schmidtie.de/download/vdr-dvdswitch-0.1.1.tar.bz2 --- commands.c | 2 +- dvdswitch.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands.c b/commands.c index 8b3bb1b..59357c3 100644 --- a/commands.c +++ b/commands.c @@ -819,7 +819,7 @@ eOSState cCMDImageRead::ProcessKey(eKeys Key) asprintf(&buffer, "%s/%s", DVDSwitchSetup.ImageDir, Dir); } if(buffer[strlen(buffer)-1] == '/') - buffer[strlen(buffer)-1] == '\0'; + buffer[strlen(buffer)-1] = '\0'; DEBUG("ReadThread wird gestartet"); cCMDImageReadThread *read = new cCMDImageReadThread(File, buffer, ImgType); FREENULL(buffer); diff --git a/dvdswitch.c b/dvdswitch.c index 7e8f33c..1ed2285 100644 --- a/dvdswitch.c +++ b/dvdswitch.c @@ -17,7 +17,7 @@ #include "imagelist.h" //#include "dvdlist.h" -static const char *VERSION = "0.1.0"; +static const char *VERSION = "0.1.1"; static const char *DESCRIPTION = "allowed to play DVD-Images"; //static const char *MAINMENUENTRY = "DVDSwitch"; -- cgit v1.2.3