diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-05-15 21:44:08 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-05-15 21:44:08 +0200 |
commit | ee382b4ad2d815384e57edd418b8e31f74287e76 (patch) | |
tree | cd870637ff108ef6ff94d1881b7c6e66dd12ca7d /HISTORY | |
parent | 464552dd91a170f5e6c69650a6df1af871a2ad1a (diff) | |
download | vdr-ee382b4ad2d815384e57edd418b8e31f74287e76.tar.gz vdr-ee382b4ad2d815384e57edd418b8e31f74287e76.tar.bz2 |
Avoiding a gcc 4.6 compiler error in the skincurses plugin
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6607,7 +6607,8 @@ Video Disk Recorder Revision History - Avoiding an unecessary call to Recordings.ResetResume() (thanks to Reinhard Nissl). -2011-04-29: Version 1.7.19 +2011-05-15: Version 1.7.19 - Fixed cString's operator=(const char *String) in case the given string is the same as the existing one (thanks to Dirk Leber). +- Avoiding a gcc 4.6 compiler error in the skincurses plugin (thanks to Tobias Grimm). |