| Index: fpdfsdk/src/pdfwindow/PWL_EditCtrl.cpp
|
| diff --git a/fpdfsdk/src/pdfwindow/PWL_EditCtrl.cpp b/fpdfsdk/src/pdfwindow/PWL_EditCtrl.cpp
|
| index 1c69f18b9fd8659361953ebd6c1a7712346cfce0..8d54ae0a13249b961f4dc3c19952652db397adb2 100644
|
| --- a/fpdfsdk/src/pdfwindow/PWL_EditCtrl.cpp
|
| +++ b/fpdfsdk/src/pdfwindow/PWL_EditCtrl.cpp
|
| @@ -27,7 +27,7 @@ CPWL_EditCtrl::CPWL_EditCtrl()
|
| m_nCharSet(DEFAULT_CHARSET),
|
| m_nCodePage(0) {
|
| m_pEdit = IFX_Edit::NewEdit();
|
| - ASSERT(m_pEdit != NULL);
|
| + ASSERT(m_pEdit);
|
| }
|
|
|
| CPWL_EditCtrl::~CPWL_EditCtrl() {
|
|
|