From 775403f88b6bfe4c36dc72eddc067488142e40c0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 18 Aug 2018 11:24:18 +0300 Subject: otherwise this variable might have any value --- plugins/Import/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Import/src/stdafx.h b/plugins/Import/src/stdafx.h index 7a19fd8cf5..3fa8d721fc 100644 --- a/plugins/Import/src/stdafx.h +++ b/plugins/Import/src/stdafx.h @@ -115,7 +115,7 @@ void RegisterJson(); class CContactImportDlg : public CDlgBase { MCONTACT m_hContact; - int m_flags; + int m_flags = 0; CCtrlButton m_btnOpenFile, m_btnOk; CCtrlEdit edtFileName; -- cgit v1.2.3