From 9e87426aa2d9c81367f5379c7baf0404928aefa9 Mon Sep 17 00:00:00 2001 From: uchida Date: Sun, 28 Feb 2010 10:54:09 +0000 Subject: [PATCH] fix yellow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24962 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/au.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/codecs/au.c b/apps/codecs/au.c index 1bcc308e4..924b29088 100644 --- a/apps/codecs/au.c +++ b/apps/codecs/au.c @@ -222,7 +222,7 @@ next_track: codec = get_au_codec(format.formattag); if (!codec) { - DEBUGF("CODEC_ERROR: unsupport sun audio format: %x\n", format.formattag); + DEBUGF("CODEC_ERROR: unsupport sun audio format: %x\n", (int)format.formattag); status = CODEC_ERROR; goto done; } -- 2.11.4.GIT