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:
parent
71f4c05665
commit
39028f1bd4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user