1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

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

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