diff options
author | Max Kellermann <max@duempel.org> | 2012-08-13 23:37:50 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-14 02:28:04 +0200 |
commit | 1ae89728593fce4a40882fa133b9db269015da8f (patch) | |
tree | b4842a26396a6e40e75d233dfdd9abc31b54bccf /NEWS | |
parent | adcd2c8eacd74aeb072b806a3c36922ca2ad753d (diff) | |
download | mpd-1ae89728593fce4a40882fa133b9db269015da8f.tar.gz mpd-1ae89728593fce4a40882fa133b9db269015da8f.tar.xz mpd-1ae89728593fce4a40882fa133b9db269015da8f.zip |
mapper: fix non-UTF8 music directory name
Duplicate the music_dir variable: one encoded in UTF-8, and another
one using the configured filesystem character set. This fixes an
ancient MPD bug.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ver 0.17.2 (2012/??/??) * protocol: - fix crash in local file check +* mapper: fix non-UTF8 music directory name ver 0.17.1 (2012/07/31) |