From f29c9a5a0cdca0205f98d55ad20d1145295db126 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Jan 2017 12:12:04 +0200 Subject: Minor changes --- butl/base64.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl/base64.cxx') 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 -- cgit v1.1