From edd11761c0b06512b8f4a5504810908ed8337a31 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 30 Dec 2018 22:02:52 +0300 Subject: fix for a typo --- protocols/Icq10/src/proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Icq10/src') diff --git a/protocols/Icq10/src/proto.cpp b/protocols/Icq10/src/proto.cpp index 5c31748e37..3f3e5484dd 100644 --- a/protocols/Icq10/src/proto.cpp +++ b/protocols/Icq10/src/proto.cpp @@ -236,7 +236,7 @@ int CIcqProto::GetInfo(MCONTACT hContact, int infoType) HANDLE CIcqProto::SearchBasic(const wchar_t *pszSearch) { - if (m_bOnline) + if (!m_bOnline) return nullptr; auto *pReq = new AsyncHttpRequest(CONN_RAPI, REQUEST_POST, ICQ_ROBUST_SERVER, &CIcqProto::OnSearchResults); -- cgit v1.2.3