aboutsummaryrefslogtreecommitdiffstats
path: root/src/command.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-14 02:39:03 +0200
committerMax Kellermann <max@duempel.org>2012-08-14 02:39:03 +0200
commit5cc3338267214eb050e39bc509d8b4258cec6afd (patch)
treee513393222f18a5d8d43fec116dac055e1a24d1a /src/command.c
parent3047bdf6531d6718239d1e2e0f201d0b8e54dba1 (diff)
parent1ae89728593fce4a40882fa133b9db269015da8f (diff)
downloadmpd-5cc3338267214eb050e39bc509d8b4258cec6afd.tar.gz
mpd-5cc3338267214eb050e39bc509d8b4258cec6afd.tar.xz
mpd-5cc3338267214eb050e39bc509d8b4258cec6afd.zip
Merge branch 'v0.17.x'
Conflicts: src/mapper.h
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 7bb49447d..5bc6934c5 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1183,7 +1183,7 @@ handle_config(struct client *client,
return COMMAND_RETURN_ERROR;
}
- const char *path = mapper_get_music_directory();
+ const char *path = mapper_get_music_directory_utf8();
if (path != NULL)
client_printf(client, "music_directory: %s\n", path);