summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-01-11 11:23:38 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-01-11 11:23:38 +0100
commit48de95f5d2ed662d724a765ec11aa0eb2ef7dfb9 (patch)
tree44e5c48c520fd1be22e2ff7b42ca340a28bcbc20 /HISTORY
parent73ccde16e82fa9da0ee7c78e3fb1045b09f69c78 (diff)
downloadvdr-48de95f5d2ed662d724a765ec11aa0eb2ef7dfb9.tar.gz
vdr-48de95f5d2ed662d724a765ec11aa0eb2ef7dfb9.tar.bz2
Fixed cListBase::Move() in case From and To are equal
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index f6991d8d..8c53dafd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6807,3 +6807,5 @@ Video Disk Recorder Revision History
descriptions with blanks (thanks to Torsten Lang for reporting a problem with
EPG data from BSkyB's "MTV MUSIC", S28.2E-2-2010-7012).
- Fixed cDvbSubtitleConverter::SetOsdData() (thanks to Rolf Ahrenberg).
+- Fixed cListBase::Move() in case From and To are equal (reported by Sundararaj
+ Reel).