summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-11-26 14:16:02 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-11-26 14:16:02 +0100
commit22c5a38364cbe0df1b710e8cf9e31141adac441c (patch)
treeac1aa1cf817ee6e3f0d2cfcfc13ed8fca432b90c /HISTORY
parent71ccb6acb62fed319367fc71108d5b3fff8f3a5b (diff)
downloadvdr-22c5a38364cbe0df1b710e8cf9e31141adac441c.tar.gz
vdr-22c5a38364cbe0df1b710e8cf9e31141adac441c.tar.bz2
Added a copy constructor to cString and fixed its assignment operator
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 99e71518..884fe241 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3955,3 +3955,5 @@ Video Disk Recorder Revision History
and isn't actively used, yet.
- Fixed SetProgress() in the 'skincurses' plugin in case Total is 0 (reported
by Stefan Huelswitt).
+- Added a copy constructor to cString and fixed its assignment operator
+ (thanks to Holger Brunn).