commit bash-20121019 snapshot

This commit is contained in:
Chet Ramey
2012-11-02 09:05:37 -04:00
parent 55a5a4acde
commit dfc916665d
22 changed files with 5744 additions and 18 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ wcsnwidth(pwcs, n, max)
int len, l;
len = 0;
ws = pwcs;
ws = (wchar_t *)pwcs;
while (n-- > 0 && (wc = *ws++) != L'\0')
{
l = wcwidth (wc);