mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 18:22:25 +02:00
commit bash-20101117 snapshot
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user