Avoiding a gcc 4.6 compiler error in the skincurses plugin

This commit is contained in:
Klaus Schmidinger
2011-05-15 21:44:08 +02:00
parent 464552dd91
commit ee382b4ad2
4 changed files with 10 additions and 4 deletions

View File

@@ -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).