aboutsummaryrefslogtreecommitdiff
path: root/libbb/unicode.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-11-22 21:26:53 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-11-22 21:26:53 +0100
commitdb4171d842e9bdc1c2903a9d5cfea053aceb35a2 (patch)
tree7080e1e777784f25148eadfa33bc1e8d871a2a04 /libbb/unicode.c
parent468c326d6a9035314add6d431301f3840629c976 (diff)
downloadbusybox-w32-1_17_4.tar.gz
busybox-w32-1_17_4.tar.bz2
busybox-w32-1_17_4.zip
Apply post-1.17.3 fixes, bump version to 1.17.41_17_4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/unicode.c')
-rw-r--r--libbb/unicode.c2
1 files changed, 1 insertions, 1 deletions
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
1006 } 1006 }
1007 } 1007 }
1008 if (stats) 1008 if (stats)
1009 stats->byte_count = stats->unicode_count = (d - dst); 1009 stats->byte_count = stats->unicode_count = stats->unicode_width = (d - dst);
1010 return dst; 1010 return dst;
1011 } 1011 }
1012 1012