commit bash-20101117 snapshot

This commit is contained in:
Chet Ramey
2011-12-12 22:10:01 -05:00
parent 06dff54a99
commit 18d2df9102
55 changed files with 2756 additions and 21249 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ u32cconv (c, s)
#if __STDC_ISO_10646__
if (sizeof (wchar_t) == 4)
{
n = wctomb (s, wc);
n = wctomb (wc, s);
return n;
}
#endif