mirror of
https://github.com/curl/curl.git
synced 2026-07-26 11:27:16 +03:00
make sure our own printf() clones are used
This commit is contained in:
parent
71f4c05665
commit
39028f1bd4
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue