diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-21 00:01:07 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-03-21 00:01:07 +0200 |
commit | 8b8fad30944818114c9f490f6118f80b2d30bc11 (patch) | |
tree | 7a4444883642da99fc28ec3c604c7525b9c23cd0 | |
parent | daf49522c35a7ff62c081dd8f87d35455037a0c0 (diff) |
modified: utilities.cpp
-rw-r--r-- | utilities.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) |