blob: bdd4ca288bb3233d587ae521b0223f1abf797581 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- bon_time.cpp.orig 2019-09-02 11:43:11 UTC
+++ bon_time.cpp
@@ -146,7 +146,7 @@ int BonTimer::print_stat(tests_t test, i
}
else
{
- fprintf(m_fp, " %5d", stat);
+ fprintf(m_fp, " %5f", stat);
}
}
else
|