c89
authorChristian Grothoff <christian@grothoff.org>
Tue, 10 Mar 2020 19:39:26 +0000 (20:39 +0100)
committerChristian Grothoff <christian@grothoff.org>
Tue, 10 Mar 2020 19:39:26 +0000 (20:39 +0100)
contrib/build-common
src/util/strings.c

index 1915a74bbb4cd2ae9bc541a382dfebc37064a2fd..d81bbfabc2538932f631d3946bd6a9b95182b4f2 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 1915a74bbb4cd2ae9bc541a382dfebc37064a2fd
+Subproject commit d81bbfabc2538932f631d3946bd6a9b95182b4f2
index f3089bf65d027c713d3f118823526f4928ec8b05..981718e4c088e1003971cf69b4f2c486b7474dd3 100644 (file)
@@ -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])
   {