summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-07-22 13:43:01 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-07-22 13:43:01 +0200
commitee4fa90032d903b6030e7576af2b1d2e0d12ada8 (patch)
treeeb321f73f66afe94cfb3710d9d3785f33b6c34e6 /HISTORY
parent8f3ae72e9d1d3b1d00945169930bb8f78fc0567d (diff)
downloadvdr-ee4fa90032d903b6030e7576af2b1d2e0d12ada8.tar.gz
vdr-ee4fa90032d903b6030e7576af2b1d2e0d12ada8.tar.bz2
Added a missing initialization of 'mutex' in cCiMenu::cCiMenu() and removed some superfluous semicolons in ci.c
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index aa964c89..f19f88d3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4822,3 +4822,5 @@ Video Disk Recorder Revision History
Maier).
- Fixed handling relative volume settings in the call to cStatus::MsgSetVolume()
(reported by Norbert Wentz).
+- Added a missing initialization of 'mutex' in cCiMenu::cCiMenu() and removed
+ some superfluous semicolons in ci.c (thanks to Marco Schlüßler).