From 8dbc19758b87c41ada780c20edac0c500ab2daa1 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 18 Jan 2020 19:16:33 +0100 Subject: fix compiler warnings --- src/lib/testing_api_cmd_withdraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/testing_api_cmd_withdraw.c') diff --git a/src/lib/testing_api_cmd_withdraw.c b/src/lib/testing_api_cmd_withdraw.c index b6d8b32a..6494645a 100644 --- a/src/lib/testing_api_cmd_withdraw.c +++ b/src/lib/testing_api_cmd_withdraw.c @@ -275,7 +275,7 @@ withdraw_run (void *cls, { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Failed to determine denomination key at %s\n", - cmd->label); + (NULL != cmd) ? cmd->label : ""); GNUNET_assert (0); } else -- cgit v1.2.3