commit bash-20141205 snapshot

This commit is contained in:
Chet Ramey
2015-01-12 10:50:34 -05:00
parent 2bfa477ae8
commit 8742afefb5
25 changed files with 27093 additions and 1810 deletions
+2
View File
@@ -767,6 +767,8 @@ printstr (fmt, string, len, fieldwidth, precision)
/* Error if precision > INT_MAX here? */
pr = (mpr < 0 || mpr > INT_MAX) ? INT_MAX : mpr;
}
else
pr = 0; /* "a null digit string is treated as zero" */
}
#if 0