Signed-off-by: Josiah Worcester <josiahw@xxxxxxxxx> --- lib/tt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/tt.c b/lib/tt.c index 7cbbce3..1929a48 100644 --- a/lib/tt.c +++ b/lib/tt.c @@ -52,7 +52,7 @@ static const struct tt_symbols utf8_tt_symbols = { }; #else /* !HAVE_WIDECHAR */ -# define mbs_width strlen(_s) +# define mbs_width(_s) strlen(_s) #endif /* !HAVE_WIDECHAR */ #define is_last_column(_tb, _cl) \ -- 1.7.5.3 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html