summaryrefslogtreecommitdiff
path: root/src/mir_core
diff options
context:
space:
mode:
authorMataes <mataes2007@gmail.com>2019-04-23 15:59:16 +0300
committerMataes <mataes2007@gmail.com>2019-04-23 15:59:16 +0300
commit780ebe1010e5c449f66c9f0dd451c7213a959267 (patch)
treedd2157f422b40e01d2062d65a84ecdae3e32ff4f /src/mir_core
parentca570a86b3d5eb4c56166ddec3f565aa90290ba3 (diff)
mir_core: warning fix
Diffstat (limited to 'src/mir_core')
-rwxr-xr-xsrc/mir_core/src/http.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/src/http.cpp b/src/mir_core/src/http.cpp
index 64076968ed..33977bc24a 100755
--- a/src/mir_core/src/http.cpp
+++ b/src/mir_core/src/http.cpp
@@ -138,7 +138,7 @@ MIR_CORE_DLL(char*) mir_base64_encodebuf(const void *input, size_t inputLen, cha
/////////////////////////////////////////////////////////////////////////////////////////
-static BYTE Base64DecodeTable[] =
+static int Base64DecodeTable[] =
{
-1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1,
-1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1,