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.
This commit is contained in:
Max Kellermann
2012-08-13 23:37:50 +02:00
parent adcd2c8eac
commit 1ae8972859
5 changed files with 74 additions and 37 deletions

1
NEWS
View File

@@ -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)