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 --- messages.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'messages.cpp') diff --git a/messages.cpp b/messages.cpp index 226445a..e1b3bdf 100644 --- a/messages.cpp +++ b/messages.cpp @@ -820,6 +820,7 @@ int SendMsgSvc(WPARAM w, LPARAM l) { mir_free(msg); return CallService(MS_PROTO_CHAINSEND, w, l); +// return returnNoError(ccs->hContact); } boost::thread *thr = new boost::thread(boost::bind(SendMsgSvc_func, ccs->hContact, msg, (DWORD)ccs->wParam)); return returnNoError(ccs->hContact); -- cgit v1.2.3