commit 080040a6de4f06bedfce3eb53fbec05745a1e86e
parent 5b465916e0ee63200de9459eeb179e5bbdc45968
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 17 Jul 2026 19:23:49 +0200
use correct fmt string
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/donau_api_donation_statement_get.c b/src/lib/donau_api_donation_statement_get.c
@@ -187,8 +187,8 @@ prepare_url (
*end = '\0';
GNUNET_snprintf (arg_str,
sizeof (arg_str),
- "donation-statement/%lu/%s",
- dsgh->year,
+ "donation-statement/%llu/%s",
+ (unsigned long long) dsgh->year,
donor_id_hash_str);
dsgh->url = TALER_url_join (donau_url,