mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
PR: 210855 Submitted by: Mark Millard <marklmi26-fbsd@yahoo.com> Reviewed by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
11 lines
272 B
C++
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
|