diff options
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/vorbis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/vorbis.cpp b/sound/vorbis.cpp index 370accccc9..4773823520 100644 --- a/sound/vorbis.cpp +++ b/sound/vorbis.cpp @@ -276,7 +276,7 @@ void VorbisInputStream::refill() { warning("Corrupted data in Vorbis file"); } else if (result <= 0) { if (result < 0) - debug(1, "Decode error %d in Vorbis file", result); + debug(1, "Decode error %ld in Vorbis file", result); // Don't delete it yet, that causes problems in // the CD player emulation code. memset(read_pos, 0, len_left); |
