summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-06-19 12:33:03 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-06-19 12:33:03 +0200
commita20f952f705e18394db26bf1121363c3529f6c05 (patch)
tree56ede4a64b0bef51d0f4dae01ba9a1639a3acc9b /HISTORY
parentc4e0e6a54a9d55236264634b2e234eefcd618ccd (diff)
downloadvdr-a20f952f705e18394db26bf1121363c3529f6c05.tar.gz
vdr-a20f952f705e18394db26bf1121363c3529f6c05.tar.bz2
Fixed cRingBufferLinear::Get() in case the buffer wraps around
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2f4aff57..1c67855f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).