make sure our own printf() clones are used

This commit is contained in:
Daniel Stenberg 2002-05-03 12:06:04 +00:00
parent 71f4c05665
commit 39028f1bd4
1 changed files with 4 additions and 0 deletions

View File

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