From a5fe9b719b8b6f99375e78d048c7df8cd06cec5b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 14 Mar 2019 11:36:03 +0300 Subject: fixes #1895 (fix for a typo in ICQ-WIM) --- protocols/ICQ-WIM/src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/ICQ-WIM/src') diff --git a/protocols/ICQ-WIM/src/utils.cpp b/protocols/ICQ-WIM/src/utils.cpp index 1fe0e684b4..6e04e15892 100644 --- a/protocols/ICQ-WIM/src/utils.cpp +++ b/protocols/ICQ-WIM/src/utils.cpp @@ -57,7 +57,7 @@ IcqCacheItem* CIcqProto::FindContactByUIN(const CMStringW &wszId) wchar_t* CIcqProto::GetUIN(MCONTACT hContact) { DBVARIANT dbv = {}; - if (!db_get_s(hContact, m_szModuleName, "UIN", &dbv)) { + if (!db_get(hContact, m_szModuleName, "UIN", &dbv)) { switch (dbv.type) { case DBVT_DWORD: wchar_t buf[40], *ret; -- cgit v1.2.3