ICU-353 typo

X-SVN-Rev: 1597
This commit is contained in:
Steven R. Loomis 2000-06-09 23:05:39 +00:00
parent 2d6d22a2a4
commit f7e25d8f56

View file

@ -786,8 +786,7 @@ UConverterTable *loadMBCSTableFromFile(FileStream* convFile, UConverterStaticDat
{
for (i = 0; i < ucmp16_getkUnicodeCount(); i++)
{
if ((ucmp16_get
u(myToUnicode, i) == 0xFFFD) &&
if ((ucmp16_getu(myToUnicode, i) == 0xFFFD) &&
(ucmp16_getu(myToUnicodeFallback, i) != 0xFFFD))
{
seenFallback = TRUE;