From fc05268e42be632cc4ab1c00b5918e2158317c10 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 16 Nov 2003 15:32:10 +0000 Subject: fix warning CVS patchset: 5751 CVS date: 2003/11/16 15:32:10 --- src/input/input_http.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/input/input_http.c b/src/input/input_http.c index 24d70178a..d0a52310a 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -19,7 +19,7 @@ * * input plugin for http network streams * - * $Id: input_http.c,v 1.72 2003/11/15 15:04:36 miguelfreitas Exp $ + * $Id: input_http.c,v 1.73 2003/11/16 15:32:10 mroi Exp $ */ #ifdef HAVE_CONFIG_H @@ -322,7 +322,8 @@ static void http_plugin_read_metainf (input_plugin_t *this_gen) { char metadata_buf[255 * 16]; unsigned char len = 0; char *title_end; - char *songtitle, *radio; + char *songtitle; + const char *radio; xine_event_t uevent; xine_ui_data_t data; -- cgit v1.2.3