exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 4074c04593448358834078abb735fb57360fead6
parent 2c669a0f8a7947952a8322d202a14e1f010e0a9a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 28 Oct 2024 11:50:03 +0100

-fix FTBFS

Diffstat:
Msrc/json/test_conversion.c | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/json/test_conversion.c b/src/json/test_conversion.c @@ -112,6 +112,11 @@ static void run (void *cls) { json_t *input; + const char *argv[] = { + "test_conversion.sh", + "arg", + NULL + }; (void) cls; GNUNET_SCHEDULER_add_shutdown (&do_shutdown, @@ -125,9 +130,7 @@ run (void *cls) &conv_cb, NULL, "./test_conversion.sh", - "test_conversion.sh", - "arg", - NULL); + argv); json_decref (input); GNUNET_assert (NULL != ec); }