summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-12-30 22:02:52 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-12-30 22:03:19 +0300
commitedd11761c0b06512b8f4a5504810908ed8337a31 (patch)
tree667929429039e9e4bfa7748420823375640b963f /protocols
parent3ca32c9b041398c4d51dffdc13d813bdb14534c4 (diff)
fix for a typo
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Icq10/src/proto.cpp2
1 files changed, 1 insertions, 1 deletions
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);