From 62afded096338368bf7c1d2b1ee6404e01463230 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Mon, 31 Jan 2005 00:33:16 +0000 Subject: fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/ git-svn-id: https://svn.musicpd.org/mpd/trunk@2915 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugins/mod_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inputPlugins') diff --git a/src/inputPlugins/mod_plugin.c b/src/inputPlugins/mod_plugin.c index 84dde0a41..74524fed9 100644 --- a/src/inputPlugins/mod_plugin.c +++ b/src/inputPlugins/mod_plugin.c @@ -222,7 +222,7 @@ MpdTag * modTagDup(char * file) { ret->time = 0; title = strdup(Player_LoadTitle(file)); - if(title) mpdItemToMpdTag(ret, TAG_ITEM_TITLE, title); + if(title) addItemToMpdTag(ret, TAG_ITEM_TITLE, title); fail: MikMod_Exit(); -- cgit v1.2.3