aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-24 23:16:57 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-24 23:16:57 +0200
commite2c67f76b01c0c5aa21727feb88946c2c9f3a877 (patch)
tree9ec538976a61c0e178e13d54dd4c2bc16b1f291f /src/lib
parente4953537863704b733e336989c75f34836885eec (diff)
downloadexchange-e2c67f76b01c0c5aa21727feb88946c2c9f3a877.tar.xz
fix misc bugs
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_lookup_kyc_attributes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_lookup_kyc_attributes.c b/src/lib/exchange_api_lookup_kyc_attributes.c
index dd19aefa6..6be04f4e4 100644
--- a/src/lib/exchange_api_lookup_kyc_attributes.c
+++ b/src/lib/exchange_api_lookup_kyc_attributes.c
@@ -277,13 +277,13 @@ TALER_EXCHANGE_lookup_kyc_attributes (
&officer_sig);
{
- char payto_s[sizeof (h_payto) * 2];
+ char payto_s[sizeof (*h_payto) * 2];
char pub_str[sizeof (officer_pub) * 2];
char *end;
end = GNUNET_STRINGS_data_to_string (
h_payto,
- sizeof (h_payto),
+ sizeof (*h_payto),
payto_s,
sizeof (payto_s));
*end = '\0';