summaryrefslogtreecommitdiff
path: root/lib/dvb/decoder.cpp
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-03-31 16:31:38 (GMT)
committerAndreas Oberritter <obi@opendreambox.org>2010-04-26 10:28:24 (GMT)
commita2ef0a242972e70e4229441ea94f7712fcf66aff (patch)
tree66d047c3c52203622594262285e8743035cc2609 /lib/dvb/decoder.cpp
parent45e9afc98153483e0a63dcddcde6228611ebf65a (diff)
fix warning: deprecated conversion from string constant to ‘char*’
Diffstat (limited to 'lib/dvb/decoder.cpp')
-rw-r--r--lib/dvb/decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp
index ef8dadc..88cd3ee 100644
--- a/lib/dvb/decoder.cpp
+++ b/lib/dvb/decoder.cpp
@@ -601,7 +601,7 @@ RESULT eDVBVideo::connectEvent(const Slot1<void, struct iTSMPEGDecoder::videoEve
return 0;
}
-static int readMpegProc(char *str, int decoder)
+static int readMpegProc(const char *str, int decoder)
{
int val = -1;
char tmp[64];