diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-31 20:32:41 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-31 20:32:41 +0300 |
commit | 6890c7c42b314e31902cf174ad2ce1bdb8f62e1c (patch) | |
tree | dcc2c12075a4829dddc2bbc5a21bbcfa603e2e95 /metacontacts.cpp | |
parent | 903cf85316f641a2d7fcc7fb87ed75889469d2dc (diff) |
fixed another metacontacts problem, optimized some functions
Diffstat (limited to 'metacontacts.cpp')
-rw-r--r-- | metacontacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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)
{
|