зеркало из https://github.com/mozilla/pjs.git
Fix one warning. Thanks for
This commit is contained in:
Родитель
243f658f77
Коммит
c44f03b6f5
|
@ -1500,7 +1500,7 @@ PUBLIC void INTL_UnicodeToStr(
|
||||||
if (encoding != lastEncoding)
|
if (encoding != lastEncoding)
|
||||||
{
|
{
|
||||||
/* Unload all the table we need */
|
/* Unload all the table we need */
|
||||||
if (lastEncoding != INVALID_ENCODING_ID)
|
if (lastEncoding != (INTL_Encoding_ID) INVALID_ENCODING_ID)
|
||||||
UnloadUCS2TableSet(&tableset,TRUE);
|
UnloadUCS2TableSet(&tableset,TRUE);
|
||||||
|
|
||||||
/* load all the table we need */
|
/* load all the table we need */
|
||||||
|
|
Загрузка…
Ссылка в новой задаче