diff stream/tvi_vbi.c @ 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 c00a882a3adc
children 7b3abda49409
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];
 	    }