diff src/musepack/libmpc.cxx @ 2055:2f2ffbc2d04d

gentitle changes
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:43:07 -0500
parents 8f3188746b64
children ac599b9b0490
line wrap: on
line diff
--- a/src/musepack/libmpc.cxx	Sat Oct 13 20:38:34 2007 -0500
+++ b/src/musepack/libmpc.cxx	Sat Oct 13 20:43:07 2007 -0500
@@ -743,7 +743,7 @@
 {
     Tuple* tuple = mpcGetSongTuple(p_Filename);
 
-    char* title = aud_tuple_formatter_make_title_string(tuple, get_gentitle_format());
+    char* title = aud_tuple_formatter_make_title_string(tuple, aud_get_gentitle_format());
 
     aud_tuple_free((void *) tuple);
     return title;