summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-02 18:48:29 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-01-02 18:48:29 +0100
commit8433c378e1d322746aac570f3ef71c98b5ced2dc (patch)
tree76af437536fbfac1af782da6d4af932e9b424548 /src
parent749f06e414b62b6a39ce70b25be0f1c26895ff7c (diff)
downloadxine-lib-8433c378e1d322746aac570f3ef71c98b5ced2dc.tar.gz
xine-lib-8433c378e1d322746aac570f3ef71c98b5ced2dc.tar.bz2
Follow the parameter type.
Diffstat (limited to 'src')
-rw-r--r--src/input/mms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/mms.c b/src/input/mms.c
index 79dd60987..ba584b4f8 100644
--- a/src/input/mms.c
+++ b/src/input/mms.c
@@ -742,7 +742,7 @@ mms_t *mms_connect (xine_stream_t *stream, const char *url, int bandwidth) {
/* TODO: insert network timing request here */
/* command 0x2 */
lprintf("send command 0x02\n");
- string_utf16 (url_conv, &this->scmd_body[8], "\002\000\\\\192.168.0.129\\TCP\\1037\0000", 28);
+ string_utf16 (url_conv, &this->scmd_body[8], (ICONV_CONST char*)"\002\000\\\\192.168.0.129\\TCP\\1037\0000", 28);
memset (this->scmd_body, 0, 8);
if (!send_command (this, 2, 0, 0, 28 * 2 + 8)) {
xprintf(this->stream->xine, XINE_VERBOSITY_LOG,