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:
parent
5e6a957383
commit
f9db095419
@ -688,7 +688,7 @@ get_worklist(char **files)
|
||||
}
|
||||
|
||||
free_entry(defconf);
|
||||
return (newlist);
|
||||
return (firstnew);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user