commit bash-20171013 snapshot

This commit is contained in:
Chet Ramey
2017-10-18 10:07:06 -04:00
parent c8cd6da325
commit 6231100eae
15 changed files with 4454 additions and 4418 deletions
+3 -3
View File
@@ -229,9 +229,9 @@ singlebyte:
else
{
m = mbrtowc (&wc, string + start, end - start, &state);
/* Have to go through case conversion even for single-byte chars, to
accommodate single-byte characters where the corresponding upper
or lower case equivalent is multibyte. */
/* Have to go through wide case conversion even for single-byte
chars, to accommodate single-byte characters where the
corresponding upper or lower case equivalent is multibyte. */
if (MB_INVALIDCH (m))
{
wc = (unsigned char)string[start];