From 6d6e615825022647650df5cb88a05e3cd2dc42de Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 31 Oct 2008 15:50:59 +0100 Subject: input_stream: pass const url to input_stream_open() --- src/input_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_stream.c') diff --git a/src/input_stream.c b/src/input_stream.c index e4f5626c6..86c0b9246 100644 --- a/src/input_stream.c +++ b/src/input_stream.c @@ -52,7 +52,7 @@ void input_stream_global_finish(void) } bool -input_stream_open(struct input_stream *is, char *url) +input_stream_open(struct input_stream *is, const char *url) { is->seekable = false; is->ready = false; -- cgit v1.2.3