diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-26 14:02:17 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-26 14:02:17 +0100 |
commit | cd0f403bbc9005bfb2f9c290a6b6ab0e05d9dfb6 (patch) | |
tree | 8a76fb34cd8d9a25f1f3ebfe9df0e0018bad2ac1 /HISTORY | |
parent | aaca30f2ac1c9e7a78f05bd2c81d10a5514cba97 (diff) | |
download | vdr-cd0f403bbc9005bfb2f9c290a6b6ab0e05d9dfb6.tar.gz vdr-cd0f403bbc9005bfb2f9c290a6b6ab0e05d9dfb6.tar.bz2 |
Added some typecasts to silence gcc compiler warnings
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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). |