This commit is contained in:
Ivan Skytte Jørgensen
2017-01-17 13:59:47 +01:00
parent 9735eba334
commit f0d8fe8081

@ -1188,7 +1188,7 @@ bool SafeBuf::base64Encode ( const char *sx , int32_t len ) {
int32_t round = 0;
// the table of 64 entities
static char tab[] = {
static const char tab[] = {
'A','B','C','D','E','F','G','H','I','J','K','L','M',
'N','O','P','Q','R','S','T','U','V','W','X','Y','Z',
'a','b','c','d','e','f','g','h','i','j','k','l','m',