ports/benchmarks/bonnie++/files/patch-bon_time.cpp
Ganael LAPLANCHE 7b769dc632 Update to 1.98 and fix type conversion warnings
PR:		210855
Submitted by:	Mark Millard <marklmi26-fbsd@yahoo.com>
Reviewed by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2019-09-05 20:16:56 +00:00

11 lines
272 B
C++

--- 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