From 3bb16e798cb51d5764aacbefd4edf26f52d8c4f0 Mon Sep 17 00:00:00 2001
From: George Hazan <ghazan@miranda.im>
Date: Wed, 4 Dec 2019 16:08:03 +0300
Subject: GetContactProto: useless duplicate function replaced with standard
 Proto_GetBaseAccountName

---
 src/mir_core/src/timezones.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/mir_core')

diff --git a/src/mir_core/src/timezones.cpp b/src/mir_core/src/timezones.cpp
index 5fe54c509b..0f2be9512b 100644
--- a/src/mir_core/src/timezones.cpp
+++ b/src/mir_core/src/timezones.cpp
@@ -248,7 +248,7 @@ MIR_CORE_DLL(HANDLE) TimeZone_CreateByContact(MCONTACT hContact, LPCSTR szModule
 
 	signed char timezone = (signed char)db_get_b(hContact, szModule, "Timezone", -1);
 	if (timezone == -1) {
-		char *szProto = GetContactProto(hContact);
+		char *szProto = Proto_GetBaseAccountName(hContact);
 		if (!db_get_ws(hContact, szProto, "TzName", &dbv)) {
 			HANDLE res = TimeZone_CreateByName(dbv.pwszVal, dwFlags);
 			db_free(&dbv);
-- 
cgit v1.2.3