summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-05-08 08:27:24 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-05-08 08:27:24 +0200
commit4f7523a3a29297079aac404f4f5021dec6ddbe97 (patch)
tree96456b3a3676bc4f4ca81d29e62f71479960508b /CONTRIBUTORS
parent353233a27e57c6f1b5ac13bac95b191a2b5f556b (diff)
downloadvdr-4f7523a3a29297079aac404f4f5021dec6ddbe97.tar.gz
vdr-4f7523a3a29297079aac404f4f5021dec6ddbe97.tar.bz2
Fixed character comparisons in cSubtitleObject::DecodeCharacterString()
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 19573528..324b37ab 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2873,3 +2873,7 @@ Ralf Schueler <dl4mw@schueler.ws>
Marcus Roscher <dad401@gmx.de>
for reporting a problem with cDevice::StillPicture(), which called the derived class's
function even if no buffer has been allocated
+
+Reinhard Mantey <geronimo013@gmx.de>
+ for reporting a problem with character comparisons in
+ cSubtitleObject::DecodeCharacterString()