summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-orders.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-orders.c b/src/backend/taler-merchant-httpd_private-get-orders.c
index c2a17530..d4f74184 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders.c
@@ -690,8 +690,8 @@ TMH_private_get_orders (const struct TMH_RequestHandler *rh,
const char *date_s_str;
date_s_str = MHD_lookup_connection_value (connection,
- MHD_GET_ARGUMENT_KIND,
- "date_s");
+ MHD_GET_ARGUMENT_KIND,
+ "date_s");
if (NULL == date_s_str)
{
if (of.delta > 0)
@@ -784,7 +784,7 @@ TMH_private_get_orders (const struct TMH_RequestHandler *rh,
if (1 !=
sscanf (timeout_ms_str,
- "%lld%c",
+ "%llu%c",
&ull,
&dummy))
return TALER_MHD_reply_with_error (connection,