From 0d9b1a103e8fcec518b7ec6f9ba3f9591dc7b612 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 4 Mar 2016 17:15:31 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@16423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/dropbox_services.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dropbox/src') diff --git a/plugins/Dropbox/src/dropbox_services.cpp b/plugins/Dropbox/src/dropbox_services.cpp index 8d21b72cc2..56fd7eac72 100644 --- a/plugins/Dropbox/src/dropbox_services.cpp +++ b/plugins/Dropbox/src/dropbox_services.cpp @@ -172,7 +172,7 @@ INT_PTR CDropbox::UploadToDropbox(WPARAM, LPARAM lParam) if (PathIsDirectory(uploadInfo->localPath)) { // temporary unsupported - return NULL; + return ACKRESULT_FAILED; } else ftp->AddFile(uploadInfo->localPath); -- cgit v1.2.3