comparison src/flacng/tools.c @ 1510:3a252050736c

replace tuple_formatter_process_string() with tuple_formatter_make_title_string() except that for streamings.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Tue, 21 Aug 2007 17:11:59 +0900
parents eb0913bf54c3
children d158ce84fda7
comparison
equal deleted inserted replaced
1509:3b3fe8afc42e 1510:3a252050736c
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 = tuple_formatter_process_string(input, get_gentitle_format()); 287 title = tuple_formatter_make_title_string(input, get_gentitle_format());
288 288
289 tuple_free(input); 289 tuple_free(input);
290 290
291 _DEBUG("Title created: <%s>", title); 291 _DEBUG("Title created: <%s>", title);
292 292