diff src/modplug/modplugbmp.cxx @ 2050:2ffc6a69fcd1

string API calls -> vtable
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 19:55:04 -0500
parents 8f3188746b64
children 2f2ffbc2d04d
line wrap: on
line diff
--- a/src/modplug/modplugbmp.cxx	Sun Oct 14 01:33:02 2007 +0300
+++ b/src/modplug/modplugbmp.cxx	Sat Oct 13 19:55:04 2007 -0500
@@ -551,7 +551,7 @@
 	 * an arbitrary module file uses .. typically it is some DOS CP-variant,
 	 * except for true Amiga modules.
 	 */
-	gchar *tmps2 = str_to_utf8(lSoundFile->GetTitle());
+	gchar *tmps2 = aud_str_to_utf8(lSoundFile->GetTitle());
 	aud_tuple_associate_string(ti, FIELD_TITLE, NULL, tmps2);
 	g_free(tmps2);