The processing of files given on the command-line will work a little better

if we return the entire worklist, instead of just the last entry.  A minor
fix to revision 1.57.

MFC after:	15 days
This commit is contained in:
gad 2003-03-09 00:29:40 +00:00
parent 5e6a957383
commit f9db095419

View File

@ -688,7 +688,7 @@ get_worklist(char **files)
}
free_entry(defconf);
return (newlist);
return (firstnew);
}
/*