Commit 39028f1b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

make sure our own printf() clones are used

parent 71f4c056
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -45,6 +45,10 @@

#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);