From 6890c7c42b314e31902cf174ad2ce1bdb8f62e1c Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 31 Mar 2011 20:32:41 +0300 Subject: fixed another metacontacts problem, optimized some functions --- metacontacts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metacontacts.cpp') diff --git a/metacontacts.cpp b/metacontacts.cpp index c451d9f..8e282c6 100644 --- a/metacontacts.cpp +++ b/metacontacts.cpp @@ -43,7 +43,7 @@ HANDLE metaGetContact(HANDLE hContact) { if(bMetaContacts) return (HANDLE)CallService(MS_MC_GETMETACONTACT,(WPARAM)hContact,0); - return 0; + return hContact; } bool metaIsSubcontact(HANDLE hContact) { -- cgit v1.2.3