From 3354531614340b9a6b32cbf1b1d9b29a7c0b6513 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 20 Mar 2007 13:53:23 +0000 Subject: More logf fixes. speex.c wants to format 64bit args so I didn't change that one nor add any formatting for that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12858 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/aac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/aac.c') diff --git a/apps/codecs/aac.c b/apps/codecs/aac.c index 7c64bc9a31..11a9d2888d 100644 --- a/apps/codecs/aac.c +++ b/apps/codecs/aac.c @@ -200,7 +200,7 @@ next_track: err = CODEC_OK; done: - LOGF("AAC: Decoded %d samples, %d frames\n", sound_samples_done); + LOGF("AAC: Decoded %lu samples\n", sound_samples_done); if (ci->request_next_track()) goto next_track; -- cgit v1.2.3