mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 02:35:03 +01:00
938c41a1aa
If the requested read was more than 32 frames, and reading them all at once failed, we would try to read by chunk of 8 frames. But if the original frame count was not a multiple of 8 we would not adjust the count for the last read. Unfortunately I could still panic the system after fixing this, so it is not *the* cdda bug.