projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f4c05
)
make sure our own printf() clones are used
author
Daniel Stenberg
<daniel@haxx.se>
Fri, 3 May 2002 12:06:04 +0000
(12:06 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Fri, 3 May 2002 12:06:04 +0000
(12:06 +0000)
lib/progress.c
patch
|
blob
|
history
diff --git
a/lib/progress.c
b/lib/progress.c
index b3052e425bbc6463a3149aad1489d5e92f96e6f5..881ab0549caf1bc9745e44931385c9ed74476620 100644
(file)
--- a/
lib/progress.c
+++ b/
lib/progress.c
@@
-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);