diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-12-12 13:42:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-12-12 13:42:00 +0100 |
commit | 7b77774a99887448a54ba3c49782b77fdf01cef0 (patch) | |
tree | 4dfb04f7d6f162962df5f2aaf01d573965e0dd53 /HISTORY | |
parent | 1e166490c8f9d4b6feddf6a3adc39dc5287a1fca (diff) | |
download | vdr-7b77774a99887448a54ba3c49782b77fdf01cef0.tar.gz vdr-7b77774a99887448a54ba3c49782b77fdf01cef0.tar.bz2 |
Added typecasts to avoid gcc 4.5 warnings in switch statements on eKeys variables where additional 'k_...' flags are used
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -6481,7 +6481,7 @@ Video Disk Recorder Revision History from Osama Alrawab). See INSTALL for information on how to turn this on. - Added Arabian language texts (thanks to Osama Alrawab). -2010-11-07: Version 1.7.17 +2010-12-12: Version 1.7.17 - Updated the Estonian OSD texts (thanks to Arthur Konovalov). - Fixed following symbolic links in RemoveFileOrDir() (cont'd) (thanks to @@ -6507,3 +6507,5 @@ Video Disk Recorder Revision History Ahrenberg). - Removed displaying the "contents" information from the "Classic VDR" and "ST:TNG Panels" skins, because it is often wrong and nothing but irritating. +- Added typecasts to avoid gcc 4.5 warnings in switch statements on eKeys + variables where additional 'k_...' flags are used. |