diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-03-04 17:15:31 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-03-04 17:15:31 +0000 |
commit | 0d9b1a103e8fcec518b7ec6f9ba3f9591dc7b612 (patch) | |
tree | 07e1d592da3b7dc900868755b6cf38557ae9e0df /plugins/Dropbox/src | |
parent | 59537cbe3af5af1830d5b41049a506e18e42c4d3 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16423 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src')
-rw-r--r-- | plugins/Dropbox/src/dropbox_services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|