From bdb5c897087d3588f456c020b3633cbd694003da Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 8 Aug 2021 16:14:50 +0100 Subject: Tests, fixes, improvements to WritePqCopyStream --- lib/dbTypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/dbTypes.h') diff --git a/lib/dbTypes.h b/lib/dbTypes.h index 31793e4..f49c929 100644 --- a/lib/dbTypes.h +++ b/lib/dbTypes.h @@ -13,10 +13,10 @@ struct timespec; namespace MyGrate { template struct printer; template<> struct printer { - constexpr static const char * const fmt {"%f"}; + constexpr static const char * const fmt {"%g"}; }; template<> struct printer { - constexpr static const char * const fmt {"%f"}; + constexpr static const char * const fmt {"%g"}; }; template<> struct printer { constexpr static const char * const fmt {"%hhd"}; -- cgit v1.2.3