projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ad2fdd
)
use our *printf functions only.
author
Gunter Knauf
<gk@gknw.de>
Sun, 8 Jun 2008 15:52:03 +0000
(15:52 +0000)
committer
Gunter Knauf
<gk@gknw.de>
Sun, 8 Jun 2008 15:52:03 +0000
(15:52 +0000)
lib/connect.c
patch
|
blob
|
history
diff --git
a/lib/connect.c
b/lib/connect.c
index e398f61fb6ed25f6d53c0bed3a9ae1d31a61ec92..92538fc77d22c8af0f4b900da6dc6a43957a9c40 100644
(file)
--- a/
lib/connect.c
+++ b/
lib/connect.c
@@
-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"