changeset 23442:b4cd44be30d4

Change '%ld' to '%d' to remove warnings introduced by r23452
author zuxy
date Mon, 04 Jun 2007 09:20:00 +0000
parents 1b739c2dc613
children 051d5ffee36a
files mp3lib/sr1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/sr1.c	Mon Jun 04 03:05:16 2007 +0000
+++ b/mp3lib/sr1.c	Mon Jun 04 09:20:00 2007 +0000
@@ -553,7 +553,7 @@
         static char *modes[4] = { "Stereo", "Joint-Stereo", "Dual-Channel", "Single-Channel" };
         static char *layers[4] = { "???" , "I", "II", "III" };
 
-        mp_msg(MSGT_DECAUDIO,MSGL_V,"\rMPEG %s, Layer %s, %ld Hz %d kbit %s, BPF: %ld\n",
+        mp_msg(MSGT_DECAUDIO,MSGL_V,"\rMPEG %s, Layer %s, %d Hz %d kbit %s, BPF: %d\n",
                 fr.mpeg25 ? "2.5" : (fr.lsf ? "2.0" : "1.0"),
                 layers[fr.lay],freqs[fr.sampling_frequency],
     tabsel_123[fr.lsf][fr.lay-1][fr.bitrate_index],