Mercurial > audlegacy-plugins
diff 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 |
line wrap: on
line diff
--- a/src/flacng/tools.c Sat Oct 13 20:38:34 2007 -0500 +++ b/src/flacng/tools.c Sat Oct 13 20:43:07 2007 -0500 @@ -284,7 +284,7 @@ input = get_tuple(filename, info); - title = aud_tuple_formatter_make_title_string(input, get_gentitle_format()); + title = aud_tuple_formatter_make_title_string(input, aud_get_gentitle_format()); aud_tuple_free(input);