From 8f6650583ad1d12a081a1676275d8f527af33351 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 18 Apr 2018 12:59:15 +0300 Subject: this feature was never used and only causes problems --- plugins/CloudFile/src/options.cpp | 2 +- plugins/TabSRMM/src/utils.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/CloudFile/src/options.cpp b/plugins/CloudFile/src/options.cpp index f38c8f6a4b..32eb485a31 100644 --- a/plugins/CloudFile/src/options.cpp +++ b/plugins/CloudFile/src/options.cpp @@ -88,7 +88,7 @@ int OnOptionsInitialized(WPARAM wParam, LPARAM) ///////////////////////////////////////////////////////////////////////////////// CAccountManagerDlg::CAccountManagerDlg(CCloudService *service) - : CProtoDlgBase(service, IDD_ACCMGR, false), + : CProtoDlgBase(service, IDD_ACCMGR), m_requestAccess(this, IDC_REQUESTACCESS), m_revokeAccess(this, IDC_REVOKEACCESS) { diff --git a/plugins/TabSRMM/src/utils.cpp b/plugins/TabSRMM/src/utils.cpp index 8956becb97..16a12bb741 100644 --- a/plugins/TabSRMM/src/utils.cpp +++ b/plugins/TabSRMM/src/utils.cpp @@ -123,7 +123,7 @@ search_again: invalid_code: if (endmark != -1) msg.Delete(endmark, 8); - if (closing != -1 && closing < (size_t)endmark) + if (closing != -1 && closing < endmark) msg.Delete(beginmark, (closing - beginmark) + 1); else msg.SetAt(beginmark, ' '); -- cgit v1.2.3