Added a missing variable initialization in cRingBufferLinear::cRingBufferLinear()

This commit is contained in:
Klaus Schmidinger
2006-06-16 09:33:30 +02:00
parent b99c700f1d
commit 182224b65f
3 changed files with 5 additions and 1 deletions

View File

@@ -4795,3 +4795,5 @@ Video Disk Recorder Revision History
actual device isn't used for updating a VPS timer's event as long as other
free devices are available.
- Modified rcu.c to better handle RC5 codes.
- Added a missing variable initialization in cRingBufferLinear::cRingBufferLinear()
(thanks to Prakash Punnoor).