commit bash-20170929 snapshot

This commit is contained in:
Chet Ramey
2017-10-02 16:42:47 -04:00
parent 1ebae4666c
commit 45cccbbc0e
8 changed files with 36 additions and 6 deletions
+2
View File
@@ -686,6 +686,7 @@ add_char:
input_string[i] = '\0'; /* for simplicity and debugging */
/* If we got input from readline, grab the next multibyte char from
rlbuf. */
# if defined (READLINE)
if (edit)
{
size_t clen;
@@ -701,6 +702,7 @@ add_char:
}
}
else
# endif
i += read_mbchar (fd, input_string, i, c, unbuffered_read);
}
#endif