]> sjero.net Git - wget/blobdiff - src/utils.c
[svn] Fix build problems with DEBUG_MALLOC.
[wget] / src / utils.c
index 7a90c0692dfe6a569e1e53bafd6e92de23d91d36..60b040b88d401befad2c01eb7e0ef52bef6124d9 100644 (file)
@@ -159,7 +159,7 @@ sepstring (const char *s)
 char *
 aprintf (const char *fmt, ...)
 {
-#ifdef HAVE_VASPRINTF
+#if defined HAVE_VASPRINTF && !defined DEBUG_MALLOC
   /* Use vasprintf. */
   int ret;
   va_list args;