aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/bio.c b/src/util/bio.c
index 3de96bb4d..c3642c648 100644
--- a/src/util/bio.c
+++ b/src/util/bio.c
@@ -205,7 +205,7 @@ GNUNET_BIO_read_fn (struct GNUNET_BIO_ReadHandle *h,
205 void *result, 205 void *result,
206 size_t len) 206 size_t len)
207{ 207{
208 char what[1024]; 208 char what[MAX_PATH + 1024];
209 209
210 GNUNET_snprintf (what, sizeof (what), "%s:%d", file, line); 210 GNUNET_snprintf (what, sizeof (what), "%s:%d", file, line);
211 return GNUNET_BIO_read (h, what, result, len); 211 return GNUNET_BIO_read (h, what, result, len);