summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-10-24 13:08:55 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2010-10-24 13:08:55 +0200
commit1c5ece6100d7dcb1015187a7e3ae73b41d509b16 (patch)
tree311941102526e2ab645bd38ad77918c27d4e1588 /HISTORY
parentfbbcb8e9c88901b4a583fb688718b3dc6a5ceea2 (diff)
downloadvdr-1c5ece6100d7dcb1015187a7e3ae73b41d509b16.tar.gz
vdr-1c5ece6100d7dcb1015187a7e3ae73b41d509b16.tar.bz2
Added cString::operator=(const char *String)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index bc1c890d..bc9ebeea 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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ä).