commit bash-20101222 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:12:13 -05:00
parent e88665cc60
commit 89c77bc75b
87 changed files with 18450 additions and 3360 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ u32cconv (c, s)
#if __STDC_ISO_10646__
if (sizeof (wchar_t) == 4)
{
n = wctomb (wc, s);
n = wctomb (s, wc);
return n;
}
#endif