summaryrefslogtreecommitdiff
path: root/messages.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-03-31 20:32:41 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2011-03-31 20:32:41 +0300
commit6890c7c42b314e31902cf174ad2ce1bdb8f62e1c (patch)
treedcc2c12075a4829dddc2bbc5a21bbcfa603e2e95 /messages.cpp
parent903cf85316f641a2d7fcc7fb87ed75889469d2dc (diff)
fixed another metacontacts problem, optimized some functions
Diffstat (limited to 'messages.cpp')
-rw-r--r--messages.cpp1
1 files changed, 1 insertions, 0 deletions
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);