From 890151450663abd581cab56e853e8e713d822851 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 18 Jan 2013 15:33:34 +0100 Subject: Playlist, Song: clarify parameter encoding --- src/Playlist.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Playlist.hxx') diff --git a/src/Playlist.hxx b/src/Playlist.hxx index 46a9250a7..c01813322 100644 --- a/src/Playlist.hxx +++ b/src/Playlist.hxx @@ -144,7 +144,7 @@ public: * Note: the caller is responsible for checking permissions. */ enum playlist_result AppendFile(player_control &pc, - const char *path_fs, + const char *path_utf8, unsigned *added_id=nullptr); enum playlist_result AppendURI(player_control &pc, -- cgit v1.2.3