From a0eadade30b88d0481abb65bcd34da814aa2d576 Mon Sep 17 00:00:00 2001 From: Tomer Shalev Date: Wed, 30 Sep 2009 12:56:33 +0000 Subject: FS#10122 - Fix wrong format type of logf functions in speex.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22857 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/ape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/ape.c') diff --git a/apps/codecs/ape.c b/apps/codecs/ape.c index 6c829c3863..ef3d94e1a3 100644 --- a/apps/codecs/ape.c +++ b/apps/codecs/ape.c @@ -281,7 +281,7 @@ frame_start: blockstodecode)) < 0) { /* Frame decoding error, abort */ - LOGF("APE: Frame %d, error %d\n",currentframe,res); + LOGF("APE: Frame %lu, error %d\n",currentframe,res); retval = CODEC_ERROR; goto done; } -- cgit v1.2.3