Index: xfa/fxfa/parser/xfa_parser_imp.cpp |
diff --git a/xfa/fxfa/parser/xfa_parser_imp.cpp b/xfa/fxfa/parser/xfa_parser_imp.cpp |
index f27e3a6c0f4fe9603a4b872430fc01a87b20cf20..638ce8b248908ea17fc010a55c3a917a12b82082 100644 |
--- a/xfa/fxfa/parser/xfa_parser_imp.cpp |
+++ b/xfa/fxfa/parser/xfa_parser_imp.cpp |
@@ -73,7 +73,7 @@ int32_t CXFA_SimpleParser::StartParse(IFX_FileRead* pStream, |
if (m_pStream == NULL) { |
return XFA_PARSESTATUS_StreamErr; |
} |
- FX_WORD wCodePage = m_pStream->GetCodePage(); |
+ uint16_t wCodePage = m_pStream->GetCodePage(); |
if (wCodePage != FX_CODEPAGE_UTF16LE && wCodePage != FX_CODEPAGE_UTF16BE && |
wCodePage != FX_CODEPAGE_UTF8) { |
m_pStream->SetCodePage(FX_CODEPAGE_UTF8); |