Mercurial > audlegacy-plugins
diff src/madplug/decoder.c @ 2055:2f2ffbc2d04d
gentitle changes
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sat, 13 Oct 2007 20:43:07 -0500 |
| parents | 8f3188746b64 |
| children | 9a869d4bb0d3 |
line wrap: on
line diff
--- a/src/madplug/decoder.c Sat Oct 13 20:38:34 2007 -0500 +++ b/src/madplug/decoder.c Sat Oct 13 20:43:07 2007 -0500 @@ -483,7 +483,7 @@ if (info->title) g_free(info->title); info->title = aud_tuple_formatter_make_title_string(info->tuple, audmad_config.title_override == TRUE ? - audmad_config.id3_format : get_gentitle_format()); + audmad_config.id3_format : aud_get_gentitle_format()); tlen = (gint) mad_timer_count(info->duration, MAD_UNITS_MILLISECONDS), info->playback->set_params(info->playback, info->title,
