gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -fix test ftbfs


From: gnunet
Subject: [gnunet] branch master updated: -fix test ftbfs
Date: Tue, 14 Dec 2021 18:53:15 +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 10b9070e6 -fix test ftbfs
10b9070e6 is described below

commit 10b9070e6db17b146784cd789cd7d4fa43b9e5ff
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 14 18:53:13 2021 +0100

    -fix test ftbfs
---
 src/json/test_json.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/json/test_json.c b/src/json/test_json.c
index 7e9025b5b..d6c372cf3 100644
--- a/src/json/test_json.c
+++ b/src/json/test_json.c
@@ -52,8 +52,7 @@ test_timestamp (void)
   };
 
   a1 = GNUNET_TIME_absolute_get ();
-  GNUNET_TIME_absolute_to_timestamp (a1,
-                                     &t1);
+  t1 = GNUNET_TIME_absolute_to_timestamp (a1);
   j = GNUNET_JSON_from_timestamp (t1);
   GNUNET_assert (NULL != j);
   GNUNET_assert (GNUNET_OK ==

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]