From bf2e07074b509087d04b7221a9d25fb2a8b17bee Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 Aug 2012 23:58:17 +0200 Subject: playlist_song: pass const song to _check_load_song() --- src/playlist_song.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/playlist_song.c b/src/playlist_song.c index ef5261c99..29efef2e3 100644 --- a/src/playlist_song.c +++ b/src/playlist_song.c @@ -86,7 +86,7 @@ apply_song_metadata(struct song *dest, const struct song *src) } static struct song * -playlist_check_load_song(struct song *song, const char *uri, bool secure) +playlist_check_load_song(const struct song *song, const char *uri, bool secure) { struct song *dest; -- cgit v1.2.3