mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
fix 327917
This commit is contained in:
parent
8d98e30f59
commit
3f92af89b5
@ -717,7 +717,7 @@ PRIVATE XP_Bool intl_convbig5tocns(uint16 big5, uint16* cns, uint8* cnsplane)
|
||||
|
||||
/* do binary search to the table */
|
||||
l=0;
|
||||
r= ((sizeof(big5_map) / sizeof(cnstobig5))-1);
|
||||
r= ((sizeof(big5_map) / sizeof(big5tocns))-1);
|
||||
m= (l+r)/2; ;
|
||||
|
||||
while(1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user