summaryrefslogtreecommitdiffstats
path: root/avahi-common/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/malloc.c')
-rw-r--r--avahi-common/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-common/malloc.c b/avahi-common/malloc.c
index 9b0e22e..2c03d8f 100644
--- a/avahi-common/malloc.c
+++ b/avahi-common/malloc.c
@@ -192,7 +192,7 @@ void avahi_set_allocator(const AvahiAllocator *a) {
}
char *avahi_strdup_vprintf(const char *fmt, va_list ap) {
- size_t len = 100;
+ size_t len = 80;
char *buf;
assert(fmt);