diff src/madplug/input.c @ 2055:2f2ffbc2d04d

gentitle changes
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:43:07 -0500
parents 2ffc6a69fcd1
children 76a19617d685
line wrap: on
line diff
--- a/src/madplug/input.c	Sat Oct 13 20:38:34 2007 -0500
+++ b/src/madplug/input.c	Sat Oct 13 20:43:07 2007 -0500
@@ -425,7 +425,7 @@
     aud_tuple_associate_string(tuple, FIELD_QUALITY, NULL, "lossy");
 
     info->title = aud_tuple_formatter_make_title_string(tuple, audmad_config.title_override == TRUE ?
-        audmad_config.id3_format : get_gentitle_format());
+        audmad_config.id3_format : aud_get_gentitle_format());
 
     // for connection via proxy, we have to stop transfer once. I can't explain the reason.
     if (info->infile != NULL) {