summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/http_request.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-02-27 11:14:02 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-02-27 11:14:02 +0000
commit3e7ae9b675187052136075ea8ebfbad98673210b (patch)
tree82d3e2c5f9dd3488eb4ec8ecf766297b7bc2c9c8 /plugins/Dropbox/src/http_request.h
parent2e51a3103f26ca7a9fec8f96baf56f4d51fd0112 (diff)
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@8284 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/http_request.h')
-rw-r--r--plugins/Dropbox/src/http_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/http_request.h b/plugins/Dropbox/src/http_request.h
index 45e270993e..3af4929720 100644
--- a/plugins/Dropbox/src/http_request.h
+++ b/plugins/Dropbox/src/http_request.h
@@ -59,7 +59,7 @@ public:
szLogin,
szPassword);
- char *ePair = (char *)mir_base64_encode((BYTE*)cPair, strlen(cPair));
+ char *ePair = (char *)mir_base64_encode((BYTE*)cPair, (UINT)strlen(cPair));
char value[128];
mir_snprintf(