Skip to content

Commit

Permalink
util-base64: Fix "-Wunterminated-string-initialization".
Browse files Browse the repository at this point in the history
Fixes #194.
  • Loading branch information
besser82 committed Jan 1, 2025
1 parent a2da668 commit 819352f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/util-base64.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "crypt-port.h"

const unsigned char ascii64[65] =
"./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
"./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
/* 0000000000111111111122222222223333333333444444444455555555556666 */
/* 0123456789012345678901234567890123456789012345678901234567890123 */
"\x00";

0 comments on commit 819352f

Please sign in to comment.