diff src/console/Audacious_Driver.cxx @ 2055:2f2ffbc2d04d

gentitle changes
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:43:07 -0500
parents adcb83632f11
children d52d3029bb91
line wrap: on
line diff
--- a/src/console/Audacious_Driver.cxx	Sat Oct 13 20:38:34 2007 -0500
+++ b/src/console/Audacious_Driver.cxx	Sat Oct 13 20:43:07 2007 -0500
@@ -237,7 +237,7 @@
 
 static char* format_and_free_ti( Tuple* ti, int* length )
 {
-	char* result = aud_tuple_formatter_make_title_string(ti, get_gentitle_format());
+	char* result = aud_tuple_formatter_make_title_string(ti, aud_get_gentitle_format());
 	if ( result )
 		*length = aud_tuple_get_int(ti, FIELD_LENGTH, NULL);
 	aud_tuple_free((void *) ti);