comparison 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
comparison
equal deleted inserted replaced
2054:f7deb2ae6f0a 2055:2f2ffbc2d04d
235 return ti; 235 return ti;
236 } 236 }
237 237
238 static char* format_and_free_ti( Tuple* ti, int* length ) 238 static char* format_and_free_ti( Tuple* ti, int* length )
239 { 239 {
240 char* result = aud_tuple_formatter_make_title_string(ti, get_gentitle_format()); 240 char* result = aud_tuple_formatter_make_title_string(ti, aud_get_gentitle_format());
241 if ( result ) 241 if ( result )
242 *length = aud_tuple_get_int(ti, FIELD_LENGTH, NULL); 242 *length = aud_tuple_get_int(ti, FIELD_LENGTH, NULL);
243 aud_tuple_free((void *) ti); 243 aud_tuple_free((void *) ti);
244 244
245 return result; 245 return result;