mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
make sure our own printf() clones are used
This commit is contained in:
parent
71f4c05665
commit
39028f1bd4
@ -45,6 +45,10 @@
|
|||||||
|
|
||||||
#include "progress.h"
|
#include "progress.h"
|
||||||
|
|
||||||
|
#define _MPRINTF_REPLACE /* use our functions only */
|
||||||
|
#include <curl/mprintf.h>
|
||||||
|
|
||||||
|
|
||||||
static void time2str(char *r, int t)
|
static void time2str(char *r, int t)
|
||||||
{
|
{
|
||||||
int h = (t/3600);
|
int h = (t/3600);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user