From 3eca95ac1cb786d1aef59fd141d75661903c039a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 7 Nov 2008 16:17:21 +0100 Subject: mpdclient: removed _utf8 suffix from function names All functions must receive UTF-8 file names. Delete all which still work with locale strings, and remove the _utf8 suffix from the others. --- src/screen_browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen_browser.c') diff --git a/src/screen_browser.c b/src/screen_browser.c index 69e39ffaf..dfae309e3 100644 --- a/src/screen_browser.c +++ b/src/screen_browser.c @@ -230,7 +230,7 @@ load_playlist(mpdclient_t *c, filelist_entry_t *entry) mpd_PlaylistFile *plf = entity->info.playlistFile; char *filename = utf8_to_locale(plf->path); - if (mpdclient_cmd_load_playlist_utf8(c, plf->path) == 0) + if (mpdclient_cmd_load_playlist(c, plf->path) == 0) screen_status_printf(_("Loading playlist %s..."), g_basename(filename)); g_free(filename); -- cgit v1.2.3