comparison src/flacng/tools.c @ 2055:2f2ffbc2d04d

gentitle changes
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:43:07 -0500
parents fa9f85cebade
children 1ebc33b0a608
comparison
equal deleted inserted replaced
2054:f7deb2ae6f0a 2055:2f2ffbc2d04d
282 282
283 _DEBUG("Using callback_info %s", info->name); 283 _DEBUG("Using callback_info %s", info->name);
284 284
285 input = get_tuple(filename, info); 285 input = get_tuple(filename, info);
286 286
287 title = aud_tuple_formatter_make_title_string(input, get_gentitle_format()); 287 title = aud_tuple_formatter_make_title_string(input, aud_get_gentitle_format());
288 288
289 aud_tuple_free(input); 289 aud_tuple_free(input);
290 290
291 _DEBUG("Title created: <%s>", title); 291 _DEBUG("Title created: <%s>", title);
292 292