# HG changeset patch # User voroshil # Date 1188133187 0 # Node ID 8325604af21efa71cc700843f4551fba59fe3cb7 # Parent dfb10921490bdff3a21ac2f9b3c2393341085cbd Fix typo Patch from Otvos Attila oattila at chello dot hu diff -r dfb10921490b -r 8325604af21e stream/tvi_vbi.c --- 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]; }