From 8b8fad30944818114c9f490f6118f80b2d30bc11 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 21 Mar 2011 00:01:07 +0200 Subject: modified: utilities.cpp --- utilities.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utilities.cpp') diff --git a/utilities.cpp b/utilities.cpp index dd2ee41..cf909d2 100644 --- a/utilities.cpp +++ b/utilities.cpp @@ -359,7 +359,7 @@ int onSendFile(WPARAM w, LPARAM l) { CCSDATA *ccs=(CCSDATA*)l; if(!bFileTransfers) - return CallService(ccs->szProtoService, w, l); + return CallService(MS_PROTO_CHAINSEND, w, l); if(isContactSecured(ccs->hContact)) { TCHAR **file=(TCHAR **)ccs->lParam; @@ -440,7 +440,7 @@ int onSendFile(WPARAM w, LPARAM l) transfers.push_back(path_out); } } - return CallService(ccs->szProtoService, w, l); + return CallService(MS_PROTO_CHAINSEND, w, l); } void storeOutput(HANDLE ahandle, string *output) -- cgit v1.2.3