From 8b99ad39b19d3bb95ee77d4534d031e17484fc77 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Fri, 30 Nov 2007 14:24:05 +0000 Subject: Fix warning when compiling the sim. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15858 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/wma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/codecs/wma.c b/apps/codecs/wma.c index 0f807eacda..2b9fdd76fd 100644 --- a/apps/codecs/wma.c +++ b/apps/codecs/wma.c @@ -521,7 +521,7 @@ next_track: ci->seek_complete(); goto next_track; } - DEBUGF("Seek returned %d\n", time); + DEBUGF("Seek returned %d\n", (int)time); ci->set_elapsed(elapsedtime); /*flush the wma decoder state*/ -- cgit v1.2.3