aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/common_logging.c')
-rw-r--r--src/util/common_logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 1da4067537..7d5b50b8b9 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -1164,7 +1164,7 @@ GNUNET_h2s (const struct GNUNET_HashCode * hc)
const char *
GNUNET_sh2s (const struct GNUNET_ShortHashCode *shc)
{
- static char buf[32];
+ static char buf[64];
GNUNET_STRINGS_data_to_string (shc,
sizeof (*shc),