commit bash-20200316 snapshot

This commit is contained in:
Chet Ramey
2020-03-20 09:26:56 -04:00
parent 9e6c30de85
commit cf58e12ce6
22 changed files with 214 additions and 90 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ accept_builtin (list)
if (tmoutarg)
{
long ival, uval;
opt = uconvert (tmoutarg, &ival, &uval);
opt = uconvert (tmoutarg, &ival, &uval, (char **)0);
if (opt == 0 || ival < 0 || uval < 0)
{
builtin_error ("%s: invalid timeout specification", tmoutarg);