[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: c89
From: |
gnunet |
Subject: |
[gnunet] branch master updated: c89 |
Date: |
Tue, 10 Mar 2020 20:45:26 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new a945c6f4a c89
a945c6f4a is described below
commit a945c6f4aca10cd64e583f8d14b48b7e89697f4e
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Mar 10 20:39:26 2020 +0100
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])
{
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: c89,
gnunet <=