diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-29 13:41:11 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-29 13:41:11 +0100 |
commit | 91dff73cf48d96a17c66b6476c48326aa379c409 (patch) | |
tree | 2b6186f9f7112942795f45a840df1b85b012616c /CONTRIBUTORS | |
parent | ff04bc72fd71e3e1771d21358c315255f9790715 (diff) | |
download | vdr-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 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ee547adb..7b719184 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2100,6 +2100,7 @@ Tobias Grimm <listaccount@e-tobi.net> for fixing a memory leak in closing the video file during replay for fixing deleting the 'skinDescriptions' in cMenuSetupOSD::~cMenuSetupOSD() for reporting that GCC 4.3 issues a silly warning for expressions like 'a || b && c' + for fixing a crash in cFreetypeFont::DrawText() if an unknown symbol is encountered Helge Lenz <h.lenz@gmx.de> for reporting a bug in setting the 'Delta' parameter when calling the shutdown |