From: Daniel Stenberg Date: Fri, 3 May 2002 12:06:04 +0000 (+0000) Subject: make sure our own printf() clones are used X-Git-Tag: curl-7_9_7-pre2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39028f1bd49242468126aa7d93e498e1b40952b4;p=curl make sure our own printf() clones are used --- diff --git a/lib/progress.c b/lib/progress.c index b3052e425..881ab0549 100644 --- a/lib/progress.c +++ b/lib/progress.c @@ -45,6 +45,10 @@ #include "progress.h" +#define _MPRINTF_REPLACE /* use our functions only */ +#include + + static void time2str(char *r, int t) { int h = (t/3600);