summaryrefslogtreecommitdiff
path: root/src/authorization
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-21 09:28:33 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-21 09:28:33 +0200
commit75695e6416dce7f4eb2ba42d78e87e7f79e41c51 (patch)
treec1382bf00bd1e549afbd8fe76296c99ebac6e64a /src/authorization
parente0175bb4e1f0980deeffc24f575210c40ca0e2c3 (diff)
downloadanastasis-75695e6416dce7f4eb2ba42d78e87e7f79e41c51.tar.gz
anastasis-75695e6416dce7f4eb2ba42d78e87e7f79e41c51.tar.bz2
anastasis-75695e6416dce7f4eb2ba42d78e87e7f79e41c51.zip
fix #8659 in anastasis.git
Diffstat (limited to 'src/authorization')
-rw-r--r--src/authorization/libanastasiseufin/lae_credit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/libanastasiseufin/lae_credit.c b/src/authorization/libanastasiseufin/lae_credit.c
index d3fd781..dd6687b 100644
--- a/src/authorization/libanastasiseufin/lae_credit.c
+++ b/src/authorization/libanastasiseufin/lae_credit.c
@@ -82,7 +82,7 @@ parse_account_history (struct ANASTASIS_EUFIN_CreditHistoryHandle *hh,
GNUNET_break_op (0);
return GNUNET_SYSERR;
}
- for (unsigned int i = 0; i<json_array_size (history_array); i++)
+ for (size_t i = 0; i<json_array_size (history_array); i++)
{
struct ANASTASIS_EUFIN_CreditDetails td;
uint64_t row_id;