diff src/madplug/input.c @ 2476:809736eb47d9

Some code sanitation and cleanups. Fixes some memory-access problems, but certain others still persist (will be fixed in subsequent commits.)
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Mar 2008 06:29:55 +0300
parents 6039012d8252
children 1f6b5f5768e2
line wrap: on
line diff
--- a/src/madplug/input.c	Sun Mar 30 01:25:40 2008 +0200
+++ b/src/madplug/input.c	Sun Mar 30 06:29:55 2008 +0300
@@ -521,7 +521,7 @@
     input_read_tag(info);
 
     if(!info->remote) { // reduce startup delay
-        read_replaygain(info);
+        audmad_read_replaygain(info);
     }
 
     /* scan mp3 file, decoding headers */