From 39028f1bd49242468126aa7d93e498e1b40952b4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 3 May 2002 12:06:04 +0000 Subject: [PATCH] make sure our own printf() clones are used --- lib/progress.c | 4 ++++ 1 file changed, 4 insertions(+) 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);