(name_gather): Bugfix: Honor single -C with --same-order

This commit is contained in:
Sergey Poznyakoff
2004-05-07 14:46:37 +00:00
parent 4cca5e5887
commit 6c1654791d

View File

@@ -443,6 +443,8 @@ name_gather (void)
namelist = buffer;
nametail = &namelist->next;
}
else if (change_dir)
addname (0, change_dir);
}
else
{