summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/ICQ-WIM/src/utils.cpp2
1 files changed, 1 insertions, 1 deletions
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;