diff options
Diffstat (limited to 'butl/base64.cxx')
-rw-r--r-- | butl/base64.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/base64.cxx b/butl/base64.cxx index 3286b19..ee44700 100644 --- a/butl/base64.cxx +++ b/butl/base64.cxx @@ -14,7 +14,7 @@ using namespace std; namespace butl { - static const char* codes = + static const char codes[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; // base64-encode the data in the iterator range [i, e). Write the encoded |