Fixed cString's operator=(const char *String) in case the given string is the same as the existing one

This commit is contained in:
Klaus Schmidinger
2011-05-15 11:46:30 +02:00
parent 914b04c1d2
commit 464552dd91
4 changed files with 17 additions and 6 deletions

View File

@@ -6606,3 +6606,8 @@ Video Disk Recorder Revision History
- Added handling of "ANSI/SCTE 57" descriptors (thanks too Rolf Ahrenberg).
- Avoiding an unecessary call to Recordings.ResetResume() (thanks to Reinhard
Nissl).
2011-04-29: 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).