1
0
Fork 0
forked from len0rd/rockbox

fix yellow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24881 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Yoshihisa Uchida 2010-02-24 13:08:31 +00:00
parent eee06b696d
commit 78aced2831

View file

@ -314,7 +314,7 @@ next_track:
codec = get_codec(format.formattag); codec = get_codec(format.formattag);
if (codec == 0) if (codec == 0)
{ {
DEBUGF("CODEC_ERROR: unsupport audio format: 0x%lx\n", format.formattag); DEBUGF("CODEC_ERROR: unsupport audio format: 0x%x\n", (int)format.formattag);
i = CODEC_ERROR; i = CODEC_ERROR;
goto done; goto done;
} }