summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-24 16:41:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-24 16:41:35 +0200
commitfaafa625874017d8fe8a532f4da9d0c6d7779a49 (patch)
treea8da1f4ece19eea19389d7175ad4e5d44ea8755c /HISTORY
parent44dbfe9f384c3519e9c7ce29ae7eb790b544ea5d (diff)
downloadvdr-faafa625874017d8fe8a532f4da9d0c6d7779a49.tar.gz
vdr-faafa625874017d8fe8a532f4da9d0c6d7779a49.tar.bz2
Fixed cReplayControl::Show() to avoid a compiler warning in g++ 3.2.3
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3f41ffc2..be1ec659 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2195,3 +2195,5 @@ Video Disk Recorder Revision History
different transponder. If this fails, a channel up/down switch is attempted as
a fallback solution (thanks to Lauri Tischler for reporting this one, and to
Hermann Gausterer for suggesting to switch to the recording channel).
+- Fixed cReplayControl::Show() to avoid a compiler warning in g++ 3.2.3 (thanks
+ to Jan Ekholm for reporting this one).