diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2006-09-09 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2006-09-09 18:00:00 +0200 |
commit | 0b99b3aac10e38d624488978641d66fae3f41a28 (patch) | |
tree | f178a06e8f4436fc2bc203777b7eb65ba508cedb /HISTORY | |
parent | c49ca5abb73cbc11447da5d961e106025dc927d0 (diff) | |
download | vdr-patch-lnbsharing-0b99b3aac10e38d624488978641d66fae3f41a28.tar.gz vdr-patch-lnbsharing-0b99b3aac10e38d624488978641d66fae3f41a28.tar.bz2 |
Version 1.4.2-2vdr-1.4.2-2
- Fixed cTimer::operator=() in case a cTimer variable is assigned to itself (thanks
to Alexander Rieger).
- Implemented a copy constructor for cTimer (thanks to Udo Richter for reporting that
an assignment in svdrp.c didn't use the cTimer::operator=()).
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -4907,3 +4907,10 @@ Video Disk Recorder Revision History Martin Ostermann). - Fixed handling relative volume settings that unmute the audio in the call to cStatus::MsgSetVolume() (reported by Oliver Endriss). + +2006-09-09: Version 1.4.2-2 + +- Fixed cTimer::operator=() in case a cTimer variable is assigned to itself (thanks + to Alexander Rieger). +- Implemented a copy constructor for cTimer (thanks to Udo Richter for reporting that + an assignment in svdrp.c didn't use the cTimer::operator=()). |