1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

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:
Garance A Drosehn 2003-03-09 00:29:40 +00:00
parent 020e34e445
commit 4ebd61a3cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112013

View File

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