mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-13 02:36:06 -04:00
const
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user