From 6c4cd36cc5ced530a387327c4f6c576074424c6c Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 6 Sep 2002 18:13:10 +0000 Subject: introduce "const" fix some input plugins that would not copy the mrl on open CVS patchset: 2623 CVS date: 2002/09/06 18:13:10 --- src/input/mms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input/mms.c') diff --git a/src/input/mms.c b/src/input/mms.c index 8adc9cb0f..235631adb 100644 --- a/src/input/mms.c +++ b/src/input/mms.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: mms.c,v 1.9 2002/06/07 07:00:59 tmattern Exp $ + * $Id: mms.c,v 1.10 2002/09/06 18:13:11 mroi Exp $ * * based on work from major mms * utility functions to handle communication with an mms server @@ -616,7 +616,7 @@ void mms_gen_guid(char guid[]) { guid[36] = '\0'; } -mms_t *mms_connect (char *url_) { +mms_t *mms_connect (const char *url_) { mms_t *this; char *url = NULL; char *url1 = NULL; -- cgit v1.2.3