mirror of https://github.com/mpv-player/mpv
Fix typo
Patch from Otvos Attila oattila at chello dot hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24210 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
28a1211bac
commit
b26a0e5a63
|
@ -288,7 +288,7 @@ static unsigned int conv2uni(unsigned int p,int lang)
|
|||
}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];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue