comparison src/modplug/modplugbmp.cxx @ 2055:2f2ffbc2d04d

gentitle changes
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:43:07 -0500
parents 2ffc6a69fcd1
children c34348f00f95
comparison
equal deleted inserted replaced
2054:f7deb2ae6f0a 2055:2f2ffbc2d04d
19 #include <audacious/strings.h> 19 #include <audacious/strings.h>
20 } 20 }
21 21
22 static char* format_and_free_ti( Tuple* ti, int* length ) 22 static char* format_and_free_ti( Tuple* ti, int* length )
23 { 23 {
24 char* result = aud_tuple_formatter_make_title_string(ti, get_gentitle_format()); 24 char* result = aud_tuple_formatter_make_title_string(ti, aud_get_gentitle_format());
25 if ( result ) 25 if ( result )
26 *length = aud_tuple_get_int(ti, FIELD_LENGTH, NULL); 26 *length = aud_tuple_get_int(ti, FIELD_LENGTH, NULL);
27 aud_tuple_free((void *) ti); 27 aud_tuple_free((void *) ti);
28 28
29 return result; 29 return result;