Fixed cRingBufferLinear::Get() in case the buffer wraps around

This commit is contained in:
Klaus Schmidinger
2004-06-19 12:33:03 +02:00
parent c4e0e6a54a
commit a20f952f70
3 changed files with 5 additions and 1 deletions

View File

@@ -2932,3 +2932,5 @@ Video Disk Recorder Revision History
Cedric for reporting this one).
- Fixed the description of cRingBufferLinear (thanks to Ludwig Nussel for pointing
out this one).
- Fixed cRingBufferLinear::Get() in case the buffer wraps around (thanks to Ludwig
Nussel for reporting this one).