comparison 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
comparison
equal deleted inserted replaced
2049:9550e809dc12 2050:2ffc6a69fcd1
549 549
550 /* NOTICE! FIXME? This is actually incorrect. We _cannot_ know what charset 550 /* NOTICE! FIXME? This is actually incorrect. We _cannot_ know what charset
551 * an arbitrary module file uses .. typically it is some DOS CP-variant, 551 * an arbitrary module file uses .. typically it is some DOS CP-variant,
552 * except for true Amiga modules. 552 * except for true Amiga modules.
553 */ 553 */
554 gchar *tmps2 = str_to_utf8(lSoundFile->GetTitle()); 554 gchar *tmps2 = aud_str_to_utf8(lSoundFile->GetTitle());
555 aud_tuple_associate_string(ti, FIELD_TITLE, NULL, tmps2); 555 aud_tuple_associate_string(ti, FIELD_TITLE, NULL, tmps2);
556 g_free(tmps2); 556 g_free(tmps2);
557 557
558 //unload the file 558 //unload the file
559 lSoundFile->Destroy(); 559 lSoundFile->Destroy();