summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-29 13:41:11 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-29 13:41:11 +0100
commit91dff73cf48d96a17c66b6476c48326aa379c409 (patch)
tree2b6186f9f7112942795f45a840df1b85b012616c /HISTORY
parentff04bc72fd71e3e1771d21358c315255f9790715 (diff)
downloadvdr-91dff73cf48d96a17c66b6476c48326aa379c409.tar.gz
vdr-91dff73cf48d96a17c66b6476c48326aa379c409.tar.bz2
Fixed a crash in cFreetypeFont::DrawText() if an unknown symbol is encountered; unknown symbols are replaced with a '?'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c1a7cf39..4c6987f4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5682,3 +5682,5 @@ Video Disk Recorder Revision History
- Updated French language texts (thanks to Jean-Claude Repetto).
- Fixed handling 3 and 4 byte UTF-8 symbols in Utf8CharGet() (thanks to Andreas
Mair).
+- Fixed a crash in cFreetypeFont::DrawText() if an unknown symbol is encountered
+ (thanks to Tobias Grimm). Unknown symbols are replaced with a '?'.