decoder_api: pass constant path pointers
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user