From a945c6f4aca10cd64e583f8d14b48b7e89697f4e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Mar 2020 20:39:26 +0100 Subject: [PATCH] c89 --- contrib/build-common | 2 +- src/util/strings.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/build-common b/contrib/build-common index 1915a74bb..d81bbfabc 160000 --- a/contrib/build-common +++ b/contrib/build-common @@ -1 +1 @@ -Subproject commit 1915a74bbb4cd2ae9bc541a382dfebc37064a2fd +Subproject commit d81bbfabc2538932f631d3946bd6a9b95182b4f2 diff --git a/src/util/strings.c b/src/util/strings.c index f3089bf65..981718e4c 100644 --- a/src/util/strings.c +++ b/src/util/strings.c @@ -1914,7 +1914,7 @@ GNUNET_STRINGS_base64url_encode (const void *in, size_t len, char **output) GNUNET_STRINGS_base64_encode (in, len, output); enc = *output; - // Replace with correct characters for base64url + /* Replace with correct characters for base64url */ pos = 0; while ('\0' != enc[pos]) { -- 2.25.1