diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-10-24 13:08:55 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-10-24 13:08:55 +0200 |
commit | 1c5ece6100d7dcb1015187a7e3ae73b41d509b16 (patch) | |
tree | 311941102526e2ab645bd38ad77918c27d4e1588 /HISTORY | |
parent | fbbcb8e9c88901b4a583fb688718b3dc6a5ceea2 (diff) | |
download | vdr-1c5ece6100d7dcb1015187a7e3ae73b41d509b16.tar.gz vdr-1c5ece6100d7dcb1015187a7e3ae73b41d509b16.tar.bz2 |
Added cString::operator=(const char *String)
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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älä). |