diff options
Diffstat (limited to 'messages.cpp')
-rw-r--r-- | messages.cpp | 1 |
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); |