From 5e9e63c45e37917ffb0acd83832d0d8f99d01883 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Nov 2012 17:38:49 +0000 Subject: new macroses for MS_PROTO_CHAINRECV: ProtoChainRecv, ProtoChainRecvMsg & ProtoChainRecvFile git-svn-id: http://svn.miranda-ng.org/main/trunk@2540 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tlen/src/tlen_file.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/Tlen/src/tlen_file.cpp') diff --git a/protocols/Tlen/src/tlen_file.cpp b/protocols/Tlen/src/tlen_file.cpp index 4a02259245..856b852292 100644 --- a/protocols/Tlen/src/tlen_file.cpp +++ b/protocols/Tlen/src/tlen_file.cpp @@ -615,8 +615,7 @@ void TlenProcessF(XmlNode *node, ThreadData *info) pre.ptszFiles = &filenameT; pre.lParam = (LPARAM)ft; JabberLog(ft->proto, "sending chainrecv"); - CCSDATA ccs = { ft->hContact, PSR_FILE, 0, (LPARAM)&pre }; - CallService(MS_PROTO_CHAINRECV, 0, (LPARAM) &ccs); + ProtoChainRecvFile(ft->hContact, &pre); mir_free(filenameT); } else { // malformed request, reject -- cgit v1.2.3