summaryrefslogtreecommitdiff
path: root/movie.c
diff options
context:
space:
mode:
authorDaniel Meyerholt <dxm523@googlemail.com>2011-02-19 17:14:19 +0100
committerDaniel Meyerholt <dxm523@googlemail.com>2011-02-19 17:14:19 +0100
commitce06eebe187569464c41954d41a0b9c3482d89c8 (patch)
tree18f3dec23e894635e18a0db5ef79420396293ab4 /movie.c
parentcda1b1cd156895f943612ca4961514b15e639553 (diff)
downloadvdr-plugin-vdrrip-ce06eebe187569464c41954d41a0b9c3482d89c8.tar.gz
vdr-plugin-vdrrip-ce06eebe187569464c41954d41a0b9c3482d89c8.tar.bz2
* fixed wrong placed brackets in queuehandler
* fixed some compiler warnings
Diffstat (limited to 'movie.c')
-rwxr-xr-xmovie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/movie.c b/movie.c
index e863f54..5e5c6cd 100755
--- a/movie.c
+++ b/movie.c
@@ -37,7 +37,7 @@
// --- cMovie ------------------------------------------------------------
-cMovie::cMovie(char *d, char *n) {
+cMovie::cMovie(const char *d, const char *n) {
C = NULL;
T = NULL;
#ifdef VDRRIP_DVD