diff options
author | anbr <vdr07@deltab.de> | 2010-12-21 20:40:37 +0100 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2010-12-21 20:40:37 +0100 |
commit | 7123265abbc6114f284c719f68197a9994e24c33 (patch) | |
tree | 470b4533d0516f9ec8929f046057aa5dbac11575 | |
parent | 10a33e14d6338ff004410413f6fe52810be43f67 (diff) | |
download | vdr-plugin-dvdswitch-7123265abbc6114f284c719f68197a9994e24c33.tar.gz vdr-plugin-dvdswitch-7123265abbc6114f284c719f68197a9994e24c33.tar.bz2 |
release 0.1.1 from http://www.schmidtie.de/download/vdr-dvdswitch-0.1.1.tar.bz20.1.1
-rw-r--r-- | commands.c | 2 | ||||
-rw-r--r-- | dvdswitch.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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"; |