changeset 24190:8325604af21e

Fix typo Patch from Otvos Attila oattila at chello dot hu
author voroshil
date Sun, 26 Aug 2007 12:59:47 +0000
parents dfb10921490b
children e6221b1a7322
files stream/tvi_vbi.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/tvi_vbi.c	Sun Aug 26 12:17:36 2007 +0000
+++ b/stream/tvi_vbi.c	Sun Aug 26 12:59:47 2007 +0000
@@ -288,7 +288,7 @@
             }else if (p==0x40){
                 return latin_subchars[lang][2];
             }else if (p>=0x5b && p<=0x60){
-                return latin_subchars[lang][p-0x5c+3];
+                return latin_subchars[lang][p-0x5b+3];
             }else if (p>=0x7b && p<=0x7e){
                 return latin_subchars[lang][p-0x7b+9];
 	    }