From 6419386c4c382753509425826ee609dd07d4ae72 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 18 Sep 2013 22:39:29 +0300 Subject: add const to other files. --- src/utils/base64.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/base64.cpp') diff --git a/src/utils/base64.cpp b/src/utils/base64.cpp index ebdfcb7c3..4e1061b6e 100644 --- a/src/utils/base64.cpp +++ b/src/utils/base64.cpp @@ -42,7 +42,7 @@ static char base64_table[] = 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/', '\0' }; -static char base64_pad = '='; +static const char base64_pad = '='; unsigned char *php3_base64_encode(const unsigned char *const string, int length, int *const ret_length) -- cgit v1.2.3-60-g2f50