Commit ae87c434 authored by Wayne Davison's avatar Wayne Davison

One more output_flist() call that should verify if my analysis

of the Solaris 10 host's merge-test failure is correct or not.
parent f1599b9e
......@@ -1336,6 +1336,9 @@ static void add_dirs_to_tree(int parent_ndx, int start, int end)
qsort(dir_flist->sorted + start, end - start + 1,
sizeof dir_flist->sorted[0], (int (*)())file_compare);
if (verbose > 3)
output_flist(dir_flist);
for (i = start; i <= end; i++) {
struct file_struct *file = dir_flist->sorted[i];
if (!(file->flags & FLAG_XFER_DIR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment