aboutsummaryrefslogtreecommitdiff
path: root/src/Playlist.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-18 15:33:34 +0100
committerMax Kellermann <max@duempel.org>2013-01-18 15:34:01 +0100
commit890151450663abd581cab56e853e8e713d822851 (patch)
treef4bf31e08d7483e0041333c6ebf69a468b48b975 /src/Playlist.hxx
parent21fe376d1d9ffa6064cf89faab7860d443d9f7fd (diff)
Playlist, Song: clarify parameter encoding
Diffstat (limited to 'src/Playlist.hxx')
-rw-r--r--src/Playlist.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Playlist.hxx b/src/Playlist.hxx
index 46a9250a..c0181332 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,