diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-04-07 14:49:42 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-04-07 14:49:42 +0200 |
commit | cf7f25fe5049ea5b6dc9a5c4ae8962264d5e801d (patch) | |
tree | 9512cc5df3c0400ffa1568cb93a6a7ff43714b91 /HISTORY | |
parent | b6b66acfc7a0597f213fa01d8e6930f43c201b36 (diff) | |
download | vdr-cf7f25fe5049ea5b6dc9a5c4ae8962264d5e801d.tar.gz vdr-cf7f25fe5049ea5b6dc9a5c4ae8962264d5e801d.tar.bz2 |
Fixed an endless loop in cTextWrapper::Set() in case the given Width is smaller than one character
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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). |