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_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen_file.c') diff --git a/src/screen_file.c b/src/screen_file.c index f42297971..0c24af25d 100644 --- a/src/screen_file.c +++ b/src/screen_file.c @@ -243,7 +243,7 @@ browse_cmd(mpdclient_t *c, command_t cmd) return 1; if (!c->status->updatingDb) { - if (mpdclient_cmd_db_update_utf8(c, browser.filelist->path) == 0) { + if (mpdclient_cmd_db_update(c, browser.filelist->path) == 0) { if (strcmp(browser.filelist->path, "")) { char *path_locale = utf8_to_locale(browser.filelist->path); -- cgit v1.2.3