From db4171d842e9bdc1c2903a9d5cfea053aceb35a2 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 22 Nov 2010 21:26:53 +0100 Subject: Apply post-1.17.3 fixes, bump version to 1.17.4 Signed-off-by: Denys Vlasenko --- libbb/unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/unicode.c') diff --git a/libbb/unicode.c b/libbb/unicode.c index 5a657b2d7..afa5a1b1f 100644 --- a/libbb/unicode.c +++ b/libbb/unicode.c @@ -1006,7 +1006,7 @@ static char* FAST_FUNC unicode_conv_to_printable2(uni_stat_t *stats, const char } } if (stats) - stats->byte_count = stats->unicode_count = (d - dst); + stats->byte_count = stats->unicode_count = stats->unicode_width = (d - dst); return dst; } -- cgit v1.2.3-55-g6feb