aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-10 20:39:26 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-10 20:39:26 +0100
commita945c6f4aca10cd64e583f8d14b48b7e89697f4e (patch)
treed9f06e855b4665f399e19e04180dd34db550de28 /src/util
parentc0236414b243d7bf8a60e9906f44fe527df49631 (diff)
downloadgnunet-a945c6f4aca10cd64e583f8d14b48b7e89697f4e.tar.gz
gnunet-a945c6f4aca10cd64e583f8d14b48b7e89697f4e.zip
c89
Diffstat (limited to 'src/util')
-rw-r--r--src/util/strings.c2
1 files changed, 1 insertions, 1 deletions
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 {