From 50d22d785b2f86acbdec003443103cb8da7914a5 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 28 Feb 2014 13:40:44 +0000 Subject: Dropbox: fix in file transfer git-svn-id: http://svn.miranda-ng.org/main/trunk@8327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/dropbox_transfers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dropbox') diff --git a/plugins/Dropbox/src/dropbox_transfers.cpp b/plugins/Dropbox/src/dropbox_transfers.cpp index 80f3474f56..6eb03d8c86 100644 --- a/plugins/Dropbox/src/dropbox_transfers.cpp +++ b/plugins/Dropbox/src/dropbox_transfers.cpp @@ -140,7 +140,7 @@ int CDropbox::SendFileChunkedLast(const char *fileName, const char *uploadId, MC if (hContact != CDropbox::GetDefaultContact()) { - if (CallContactService(hContact, PSS_MESSAGE, 0, (LPARAM)&message != ACKRESULT_FAILED)) + if (CallContactService(hContact, PSS_MESSAGE, 0, (LPARAM)&message) != ACKRESULT_FAILED) { DBEVENTINFO dbei = { sizeof(dbei) }; dbei.szModule = MODULE; -- cgit v1.2.3