aboutsummaryrefslogtreecommitdiff
path: root/src/tool_cb_prg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_cb_prg.h')
-rw-r--r--src/tool_cb_prg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_cb_prg.h b/src/tool_cb_prg.h
index ceb85980c..a20645e86 100644
--- a/src/tool_cb_prg.h
+++ b/src/tool_cb_prg.h
@@ -29,7 +29,7 @@
struct ProgressData {
int calls;
curl_off_t prev;
- time_t prevtime;
+ struct timeval prevtime;
int width;
FILE *out; /* where to write everything to */
curl_off_t initial_size;