mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-08 03:02:40 +02:00
commit bash-20121019 snapshot
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user