diff src/madplug/fileinfo.c @ 2050:2ffc6a69fcd1

string API calls -> vtable
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 19:55:04 -0500
parents fa9f85cebade
children
line wrap: on
line diff
--- a/src/madplug/fileinfo.c	Sun Oct 14 01:33:02 2007 +0300
+++ b/src/madplug/fileinfo.c	Sat Oct 13 19:55:04 2007 -0500
@@ -589,7 +589,7 @@
     gchar *realfn = NULL;
 #ifdef DEBUG
     {
-        tmp = str_to_utf8(fileurl);
+        tmp = aud_str_to_utf8(fileurl);
         g_message("f: audmad_get_file_info: %s", tmp);
         g_free(tmp);
         tmp = NULL;
@@ -609,7 +609,7 @@
     }
 
     realfn = g_filename_from_uri(fileurl, NULL, NULL);
-    utf_filename = str_to_utf8(realfn ? realfn : fileurl);
+    utf_filename = aud_str_to_utf8(realfn ? realfn : fileurl);
     g_free(realfn); realfn = NULL;
     create_window();