diff src/alac/plugin.c @ 2055:2f2ffbc2d04d

gentitle changes
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:43:07 -0500
parents 8f3188746b64
children 1428a79d6706
line wrap: on
line diff
--- a/src/alac/plugin.c	Sat Oct 13 20:38:34 2007 -0500
+++ b/src/alac/plugin.c	Sat Oct 13 20:43:07 2007 -0500
@@ -338,7 +338,7 @@
 
     /* Get the titlestring ready. */
     ti = build_aud_tuple_from_demux(&demux_res, (char *) args);
-    title = aud_tuple_formatter_make_title_string(ti, get_gentitle_format());
+    title = aud_tuple_formatter_make_title_string(ti, aud_get_gentitle_format());
 
     /* initialise the sound converter */
     demux_res.alac = create_alac(demux_res.sample_size, demux_res.num_channels);