From 78448fe1a517aa7734ae14a6959d3f7e0182308e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 31 Oct 2008 15:56:43 +0100 Subject: decoder_api: pass constant path pointers --- src/decoder/oggflac_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder/oggflac_plugin.c') diff --git a/src/decoder/oggflac_plugin.c b/src/decoder/oggflac_plugin.c index d50575bea..769259ee5 100644 --- a/src/decoder/oggflac_plugin.c +++ b/src/decoder/oggflac_plugin.c @@ -254,7 +254,7 @@ fail: } /* public functions: */ -static struct tag *oggflac_TagDup(char *file) +static struct tag *oggflac_TagDup(const char *file) { struct input_stream inStream; OggFLAC__SeekableStreamDecoder *decoder; -- cgit v1.2.3