commit bash-20190215 snapshot

This commit is contained in:
Chet Ramey
2019-02-18 09:56:34 -05:00
parent 439b8c2c5f
commit be4078d25f
56 changed files with 12464 additions and 5238 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ print_fltseq (fmt, first, last, incr)
floatmax_t next;
const char *s;
n = 0; /* interation counter */
n = 0; /* iteration counter */
s = "";
for (next = first; incr >= 0 ? (next <= last) : (next >= last); next = first + n * incr)
{