This commit is contained in:
ftang 1998-04-13 23:58:48 +00:00
Родитель 243f658f77
Коммит c44f03b6f5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1500,7 +1500,7 @@ PUBLIC void INTL_UnicodeToStr(
if (encoding != lastEncoding)
{
/* Unload all the table we need */
if (lastEncoding != INVALID_ENCODING_ID)
if (lastEncoding != (INTL_Encoding_ID) INVALID_ENCODING_ID)
UnloadUCS2TableSet(&tableset,TRUE);
/* load all the table we need */