aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------contrib/build-common0
-rw-r--r--src/util/strings.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/contrib/build-common b/contrib/build-common
Subproject 1915a74bbb4cd2ae9bc541a382dfebc37064a2f Subproject d81bbfabc2538932f631d3946bd6a9b95182b4f
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)
1914 1914
1915 GNUNET_STRINGS_base64_encode (in, len, output); 1915 GNUNET_STRINGS_base64_encode (in, len, output);
1916 enc = *output; 1916 enc = *output;
1917 // Replace with correct characters for base64url 1917 /* Replace with correct characters for base64url */
1918 pos = 0; 1918 pos = 0;
1919 while ('\0' != enc[pos]) 1919 while ('\0' != enc[pos])
1920 { 1920 {