]> granicus.if.org Git - curl/commitdiff
uses the "internal" mprintf() routines for formatted output
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Nov 2000 19:05:26 +0000 (19:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Nov 2000 19:05:26 +0000 (19:05 +0000)
lib/memdebug.c

index 9e5ca5040940812cca8c5e5d209821e666b54d54..8dbad1b73deb51e083135c19dccd9bdd91fd925d 100644 (file)
@@ -42,6 +42,9 @@
 #include "setup.h"
 
 #include <curl/curl.h>
+
+#define _MPRINTF_REPLACE
+#include <curl/mprintf.h>
 #include "urldata.h"
 #include <stdio.h>
 #include <string.h>