exchange

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

commit 5b388d44c4d4083105eded34145fb57a8c4d4299
parent 47b41933178c2a3359c983efc85c7d205af5bff3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 19 Oct 2015 14:32:32 +0200

-use proper cast to what the API expects, just removes a compiler warning

Diffstat:
Msrc/mint-lib/mint_api_context.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mint-lib/mint_api_context.c b/src/mint-lib/mint_api_context.c @@ -238,7 +238,7 @@ MAC_easy_to_closure (CURL *eh) GNUNET_assert (CURLE_OK == curl_easy_getinfo (eh, CURLINFO_PRIVATE, - (char *) &job)); + (char **) &job)); return job->jcc_cls; }