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/input_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/input_http.c') diff --git a/src/input/input_http.c b/src/input/input_http.c index 954c8d2e0..1ebbf0f2f 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -290,7 +290,7 @@ static int http_plugin_basicauth (const char *user, const char *password, static off_t http_plugin_read (input_plugin_t *this_gen, char *buf, off_t nlen) ; -static int http_plugin_open (input_plugin_t *this_gen, char *mrl) { +static int http_plugin_open (input_plugin_t *this_gen, const char *mrl) { http_input_plugin_t *this = (http_input_plugin_t *) this_gen; char *proxy; -- cgit v1.2.3