fix 327917

This commit is contained in:
ftang%netscape.com 1998-10-12 12:22:41 +00:00
parent 8d98e30f59
commit 3f92af89b5

View File

@ -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)