From c4e942fcb163583e426dc1f65b0afb0bb75c21e3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 13 Mar 2012 10:34:51 -0500 Subject: Change abbrev_len to int(abbrev_len) --- src/report.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index c0398d4c..280b2f48 100644 --- a/src/report.h +++ b/src/report.h @@ -538,7 +538,7 @@ public: " bold if should_bold))" " %(ansify_if(" " ansify_if(justify(truncated(display_account, int(account_width), " - " abbrev_len), int(account_width))," + " int(abbrev_len)), int(account_width))," " blue if color)," " bold if should_bold))" " %(ansify_if(" @@ -886,7 +886,7 @@ public: " bold if should_bold))" " %(ansify_if(" " ansify_if(justify(truncated(display_account, int(account_width), " - " abbrev_len), int(account_width))," + " int(abbrev_len)), int(account_width))," " blue if color)," " bold if should_bold))" " %(ansify_if(" @@ -1027,7 +1027,6 @@ public: OPTION(report_t, total_width_); }; - template