summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-02-26 14:02:17 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-02-26 14:02:17 +0100
commitcd0f403bbc9005bfb2f9c290a6b6ab0e05d9dfb6 (patch)
tree8a76fb34cd8d9a25f1f3ebfe9df0e0018bad2ac1 /HISTORY
parentaaca30f2ac1c9e7a78f05bd2c81d10a5514cba97 (diff)
downloadvdr-cd0f403bbc9005bfb2f9c290a6b6ab0e05d9dfb6.tar.gz
vdr-cd0f403bbc9005bfb2f9c290a6b6ab0e05d9dfb6.tar.bz2
Added some typecasts to silence gcc compiler warnings
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index f2b73f6e..b263879b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6889,7 +6889,7 @@ Video Disk Recorder Revision History
- Fixed switching into time shift mode when pausing live video (thanks to Reinhard
Nissl for helping to debug this one).
-2012-02-25: Version 1.7.25
+2012-02-26: Version 1.7.25
- The fps value for channels where it differs from the default is now set correctly
when pausing live video.
@@ -6922,3 +6922,4 @@ Video Disk Recorder Revision History
EPG source can fill the schedules with EPG data that will not be messed up with
that from the DVB data stream. Note, though, that this means VDR can not do VPS
controlled recordings with such events!
+- Added some typecasts to silence gcc compiler warnings (thanks to Rolf Ahrenberg).