diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-03-17 09:54:28 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-03-17 09:54:28 +0000 |
| commit | f68362ad6ffef77261e2f64cedc08a023c721ae7 (patch) | |
| tree | 455e19964b6efb605374ea192b97d8eed0307c97 /apps/codecs/wav.c | |
| parent | 75e1fd718f4d354afbee4cf5251e03d5101c0daf (diff) | |
| download | rockbox-f68362ad6ffef77261e2f64cedc08a023c721ae7.zip rockbox-f68362ad6ffef77261e2f64cedc08a023c721ae7.tar.gz rockbox-f68362ad6ffef77261e2f64cedc08a023c721ae7.tar.bz2 rockbox-f68362ad6ffef77261e2f64cedc08a023c721ae7.tar.xz | |
Fix simulator builds, and some debugf() format strings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12817 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/wav.c')
| -rw-r--r-- | apps/codecs/wav.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/wav.c b/apps/codecs/wav.c index 94099c5..f45953a 100644 --- a/apps/codecs/wav.c +++ b/apps/codecs/wav.c @@ -297,7 +297,7 @@ next_track: /* this is not a fatal error with some formats, * we'll see later if we can't decode it */ 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=%ld<18).\n", formattag, i); } size = buf[24]|(buf[25]<<8); |