Index: fpdfsdk/src/formfiller/FFL_TextField.cpp |
diff --git a/fpdfsdk/src/formfiller/FFL_TextField.cpp b/fpdfsdk/src/formfiller/FFL_TextField.cpp |
index 46f738dc736bb2f4699de6dc0e88d9b62db9f354..fb7fec9ea7b01527f0711ada3f6286f64f525159 100644 |
--- a/fpdfsdk/src/formfiller/FFL_TextField.cpp |
+++ b/fpdfsdk/src/formfiller/FFL_TextField.cpp |
@@ -114,7 +114,7 @@ CPWL_Wnd* CFFL_TextField::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageVi |
pWnd->SetFillerNotify(pIFormFiller); |
ASSERT(m_pWidget != NULL); |
- FX_INT32 nMaxLen = m_pWidget->GetMaxLen(); |
+ int32_t nMaxLen = m_pWidget->GetMaxLen(); |
CFX_WideString swValue = m_pWidget->GetValue(); |
if (nMaxLen > 0) |