[MPlayer-cvslog] r24210 - trunk/stream/tvi_vbi.c
voroshil
subversion at mplayerhq.hu
Sun Aug 26 14:59:48 CEST 2007
Author: voroshil
Date: Sun Aug 26 14:59:47 2007
New Revision: 24210
Log:
Fix typo
Patch from Otvos Attila oattila at chello dot hu
Modified:
trunk/stream/tvi_vbi.c
Modified: trunk/stream/tvi_vbi.c
==============================================================================
--- trunk/stream/tvi_vbi.c (original)
+++ trunk/stream/tvi_vbi.c Sun Aug 26 14:59:47 2007
@@ -288,7 +288,7 @@ static unsigned int conv2uni(unsigned in
}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];
}
More information about the MPlayer-cvslog
mailing list