summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-12-29 17:22:10 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-12-29 17:22:10 +0100
commitb95b85fee4a7c26bfbc2890ac3ff00cef5fa0388 (patch)
tree4c92fc8dd395fa0f8139723bc5deb22ed5dce579 /HISTORY
parent63ee17701a51ae721a1d0b4517783d3ffba35f74 (diff)
downloadvdr-b95b85fee4a7c26bfbc2890ac3ff00cef5fa0388.tar.gz
vdr-b95b85fee4a7c26bfbc2890ac3ff00cef5fa0388.tar.bz2
Deleted a superfluous assignment in cPipe::Open()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2cd54297..89dffaab 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8099,3 +8099,4 @@ Video Disk Recorder Revision History
that can be freely assigned to any device access to the TS data stream.
- Added a check to avoid a possible NULL pointer dereference in cCiSession::SendData()
(reported by Ville Skyttä).
+- Deleted a superfluous assignment in cPipe::Open() (reported by Ville Skyttä).