]> git.meshlink.io Git - catta/blobdiff - avahi-common/malloc.c
* small avahi-discover-standalone beautification when showing empty TXT records
[catta] / avahi-common / malloc.c
index 9b0e22e12b70ae7aa88065a75c2a2ef59232efae..2c03d8fa86306c004a3b77dc75c89b652ab689b5 100644 (file)
@@ -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);