commit 02dc4f857a84049eb27084f4bfe4f39879fbc7f3
parent 2a1fee61df4bf18750bb0a0e7d6c43c9f174a5de
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 10 Oct 2016 17:53:48 +0200
compiler warning
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_history.c b/src/backend/taler-merchant-httpd_history.c
@@ -86,7 +86,7 @@ MH_handler_history (struct TMH_RequestHandler *rh,
struct GNUNET_TIME_Absolute date;
json_t *response;
unsigned int ret;
- uint64_t seconds;
+ unsigned long long seconds;
response = json_array (); /*FIXME who decrefs this?*/
str = MHD_lookup_connection_value (connection,