forked from len0rd/rockbox
Try one more time to fix bitness warnings in WAV.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24349 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e04e2938e7
commit
32265959c8
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ next_track:
|
||||||
* we'll see later if we can't decode it */
|
* we'll see later if we can't decode it */
|
||||||
DEBUGF("CODEC_WARNING: non-PCM WAVE (formattag=0x%x) "
|
DEBUGF("CODEC_WARNING: non-PCM WAVE (formattag=0x%x) "
|
||||||
"doesn't have ext. fmt descr (chunksize=%d<18).\n",
|
"doesn't have ext. fmt descr (chunksize=%d<18).\n",
|
||||||
(unsigned int)format.formattag, i);
|
(unsigned int)format.formattag, (int)i);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue