make sure our own printf() clones are used
authorDaniel Stenberg <daniel@haxx.se>
Fri, 3 May 2002 12:06:04 +0000 (12:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 May 2002 12:06:04 +0000 (12:06 +0000)
lib/progress.c

index b3052e425bbc6463a3149aad1489d5e92f96e6f5..881ab0549caf1bc9745e44931385c9ed74476620 100644 (file)
 
 #include "progress.h"
 
+#define _MPRINTF_REPLACE /* use our functions only */
+#include <curl/mprintf.h>
+
+
 static void time2str(char *r, int t)
 {
   int h = (t/3600);