Fixed cListBase::Move() in case From and To are equal

This commit is contained in:
Klaus Schmidinger
2012-01-11 11:23:38 +01:00
parent 73ccde16e8
commit 48de95f5d2
3 changed files with 5 additions and 2 deletions

View File

@@ -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).