[Bug 3567] New: small bug in Ogg Vorbis code
bugzilla-daemon at icculus.org
bugzilla-daemon at icculus.org
Tue Mar 11 14:48:25 EDT 2008
http://bugzilla.icculus.org/show_bug.cgi?id=3567
Summary: small bug in Ogg Vorbis code
Product: Quake 3
Version: SVN HEAD
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Sound
AssignedTo: zakk at icculus.org
ReportedBy: dietrich_joerg at t-online.de
QAContact: quake3-bugzilla at icculus.org
After Robert Beckebans found a bug in the Ogg-Vorbis code
(fixed in r1270) I was searching for the
reason for this bug. It turned out that the ioQuake3.org
implementation of fseek() in FS_Seek() in code/qcommon/files.c
deviates a bit from standard behaviour. It sometimes returns
the offset insteed of zero on succuss.
The appended patch adjusts the Ogg Vorbis code to this behaviour.
--
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the quake3-bugzilla
mailing list