Change abbrev_len to int(abbrev_len)
This commit is contained in:
parent
70941cbd4a
commit
c4e942fcb1
1 changed files with 2 additions and 3 deletions
|
|
@ -538,7 +538,7 @@ public:
|
||||||
" bold if should_bold))"
|
" bold if should_bold))"
|
||||||
" %(ansify_if("
|
" %(ansify_if("
|
||||||
" ansify_if(justify(truncated(display_account, int(account_width), "
|
" ansify_if(justify(truncated(display_account, int(account_width), "
|
||||||
" abbrev_len), int(account_width)),"
|
" int(abbrev_len)), int(account_width)),"
|
||||||
" blue if color),"
|
" blue if color),"
|
||||||
" bold if should_bold))"
|
" bold if should_bold))"
|
||||||
" %(ansify_if("
|
" %(ansify_if("
|
||||||
|
|
@ -886,7 +886,7 @@ public:
|
||||||
" bold if should_bold))"
|
" bold if should_bold))"
|
||||||
" %(ansify_if("
|
" %(ansify_if("
|
||||||
" ansify_if(justify(truncated(display_account, int(account_width), "
|
" ansify_if(justify(truncated(display_account, int(account_width), "
|
||||||
" abbrev_len), int(account_width)),"
|
" int(abbrev_len)), int(account_width)),"
|
||||||
" blue if color),"
|
" blue if color),"
|
||||||
" bold if should_bold))"
|
" bold if should_bold))"
|
||||||
" %(ansify_if("
|
" %(ansify_if("
|
||||||
|
|
@ -1027,7 +1027,6 @@ public:
|
||||||
OPTION(report_t, total_width_);
|
OPTION(report_t, total_width_);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
template <class Type = post_t,
|
template <class Type = post_t,
|
||||||
class handler_ptr = post_handler_ptr,
|
class handler_ptr = post_handler_ptr,
|
||||||
void (report_t::*report_method)(handler_ptr) =
|
void (report_t::*report_method)(handler_ptr) =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue