Merge conflict after official patch

This commit is contained in:
Andrey A. Chernov 2006-12-31 09:47:34 +00:00
parent b1b027ee15
commit 4ccf11657b

View File

@ -2381,6 +2381,8 @@ _rl_col_width (str, start, end)
if (end <= start)
return 0;
if (MB_CUR_MAX == 1 || rl_byte_oriented)
return (end - start);
memset (&ps, 0, sizeof (mbstate_t));