commit 266186aaed900d9e51e614bdba06ea5d04d366eb
parent 9b683b2ed823e879bf2345cb62204277b1af87dc
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 30 Jan 2019 15:49:43 +0100
fix compiler warnings/errors.
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c
@@ -753,6 +753,7 @@ keys_mgmt_cb (void *cls,
}
}
expire = TALER_EXCHANGE_check_keys_current (exchange->conn,
+ GNUNET_NO,
GNUNET_NO);
if (0 == expire.abs_value_us)
delay = RELOAD_DELAY;
diff --git a/src/backend/taler-merchant-httpd_parsing.c b/src/backend/taler-merchant-httpd_parsing.c
@@ -239,7 +239,7 @@ TMH_PARSE_post_json (struct MHD_Connection *connection,
if (0 != *upload_data_size)
{
TALER_LOG_INFO ("Parser asking for more data"
- ", current data size is %lu\n",
+ ", current data size is %zu\n",
*upload_data_size);
/* We are seeing an old request with more data available. */