From 6ad92e79831ea7b49a3f75d42f7b85ecd5084806 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 11 Feb 2009 16:27:26 +0000 Subject: [PATCH] Fix a small harmless typo in timing.cc. --- timing.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timing.cc b/timing.cc index 99ff9ce0e..3c5b1bfd6 100644 --- a/timing.cc +++ b/timing.cc @@ -442,7 +442,7 @@ ScanProgressMeter::ScanProgressMeter(const char *stypestr) { gettimeofday(&begin, NULL); last_print_test = begin; memset(&last_print, 0, sizeof(last_print)); - memset(&last_est, 0, sizeof(last_print)); + memset(&last_est, 0, sizeof(last_est)); beginOrEndTask(&begin, NULL, true); }