Added cString::operator=(const char *String)

This commit is contained in:
Klaus Schmidinger
2010-10-24 13:08:55 +02:00
parent fbbcb8e9c8
commit 1c5ece6100
4 changed files with 14 additions and 2 deletions

View File

@@ -6489,3 +6489,4 @@ Video Disk Recorder Revision History
- Changed the description of cDevice::GetSTC() to make it mandatory for devices
that can replay.
- Removed the check for positive STC values from cDvbSubtitleConverter::Action().
- Added cString::operator=(const char *String) (suggested by Antti Sepp<70>l<EFBFBD>).