Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than one character

This commit is contained in:
Klaus Schmidinger
2013-04-07 14:49:42 +02:00
parent b6b66acfc7
commit cf7f25fe50
3 changed files with 11 additions and 5 deletions

View File

@@ -7787,6 +7787,8 @@ Video Disk Recorder Revision History
- Fixed initializing cDevice::keepTracks.
2013-04-05: Version 2.1.1
2013-04-07: Version 2.1.1
- Fixed initializing cDevice::keepTracks.
- Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than
one character (reported by Stefan Braun).