| Index: fpdfsdk/src/formfiller/FFL_TextField.cpp
|
| diff --git a/fpdfsdk/src/formfiller/FFL_TextField.cpp b/fpdfsdk/src/formfiller/FFL_TextField.cpp
|
| index f488fac6ae1fc72549009a7b6997676ce4e940f1..cd0299ce1b8dc054115910f8f9dcb459b40a546e 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)
|
|
|