summaryrefslogtreecommitdiff
path: root/src/util/amount.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-05 12:55:15 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-05 12:55:15 +0100
commit597c9950a34801ed80f3cdcb030c20950cb55e9b (patch)
treeccf8177b6f09a9f442ea9803686f76f52b3c4f4d /src/util/amount.c
parent461dc8e36ccc2e31799087bee4604c33bee9afc6 (diff)
downloadexchange-597c9950a34801ed80f3cdcb030c20950cb55e9b.tar.gz
exchange-597c9950a34801ed80f3cdcb030c20950cb55e9b.tar.bz2
exchange-597c9950a34801ed80f3cdcb030c20950cb55e9b.zip
adapt build to latest GNUnet without gnunet/platform.h
Diffstat (limited to 'src/util/amount.c')
-rw-r--r--src/util/amount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/amount.c b/src/util/amount.c
index 43116af85..d5698e8b6 100644
--- a/src/util/amount.c
+++ b/src/util/amount.c
@@ -553,8 +553,8 @@ const char *
TALER_amount2s (const struct TALER_Amount *amount)
{
/* 24 is sufficient for a uint64_t value in decimal; 3 is for ":.\0" */
- static GNUNET_THREAD_LOCAL char result[TALER_AMOUNT_FRAC_LEN
- + TALER_CURRENCY_LEN + 3 + 24];
+ static TALER_THREAD_LOCAL char result[TALER_AMOUNT_FRAC_LEN
+ + TALER_CURRENCY_LEN + 3 + 24];
struct TALER_Amount norm;
if (GNUNET_YES != TALER_amount_is_valid (amount))