]> granicus.if.org Git - curl/commitdiff
use our *printf functions only.
authorGunter Knauf <gk@gknw.de>
Sun, 8 Jun 2008 15:52:03 +0000 (15:52 +0000)
committerGunter Knauf <gk@gknw.de>
Sun, 8 Jun 2008 15:52:03 +0000 (15:52 +0000)
lib/connect.c

index e398f61fb6ed25f6d53c0bed3a9ae1d31a61ec92..92538fc77d22c8af0f4b900da6dc6a43957a9c40 100644 (file)
@@ -77,6 +77,9 @@
 #include <errno.h>
 #include <string.h>
 
+#define _MPRINTF_REPLACE /* use our functions only */
+#include <curl/mprintf.h>
+
 #include "urldata.h"
 #include "sendf.h"
 #include "if2ip.h"