diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-23 12:12:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-23 12:12:04 +0200 |
commit | f29c9a5a0cdca0205f98d55ad20d1145295db126 (patch) | |
tree | b2b2e5df52175410707ad7d8d60d015736b4e10b /butl/base64.cxx | |
parent | 06f409edcbf653aa008ac0383609f13624bce9f7 (diff) |
Minor changes
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 |