commit 10b9070e6db17b146784cd789cd7d4fa43b9e5ff
parent 82f815e6fd5e40d607719c5b0aced26c7f020c74
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 14 Dec 2021 18:53:13 +0100
-fix test ftbfs
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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 ==