Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/benchmarks/bonnie++/files/patch-bon_time.cpp
16461 views
1
--- bon_time.cpp.orig 2019-09-02 11:43:11 UTC
2
+++ bon_time.cpp
3
@@ -146,7 +146,7 @@ int BonTimer::print_stat(tests_t test, i
4
}
5
else
6
{
7
- fprintf(m_fp, " %5d", stat);
8
+ fprintf(m_fp, " %5f", stat);
9
}
10
}
11
else
12
13