diff options
-rwxr-xr-x | src/mir_core/src/http.cpp | 2 |
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,
|