From c49b98fc4c307a2d08161cebafb348b935c6fcb5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 Feb 2009 03:04:05 -0400 Subject: Added an --unround option, to show full precision --- src/report.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.cc') diff --git a/src/report.cc b/src/report.cc index 3d3e089a..8d673c78 100644 --- a/src/report.cc +++ b/src/report.cc @@ -542,6 +542,7 @@ option_t * report_t::lookup_option(const char * p) case 'u': OPT(unbudgeted); else OPT(uncleared); + else OPT(unround); break; case 'w': OPT(weekly); -- cgit v1.2.3