From 4bf425c902c2047e766e0333e54188ee67a673f5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 17 Aug 2019 21:35:21 +0200 Subject: remove currency field from databases --- src/util/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/util.c') diff --git a/src/util/util.c b/src/util/util.c index ceb3a3a8c..51726290f 100644 --- a/src/util/util.c +++ b/src/util/util.c @@ -39,7 +39,7 @@ */ const char * TALER_b2s (const void *buf, - size_t buf_size) + size_t buf_size) { static char ret[9]; struct GNUNET_HashCode hc; @@ -49,7 +49,7 @@ TALER_b2s (const void *buf, buf_size, &hc); tmp = GNUNET_STRINGS_data_to_string_alloc (&hc, - sizeof (hc)); + sizeof (hc)); memcpy (ret, tmp, 8); -- cgit v1.2.3