Print unambiguous paths with -R -v.

This commit is contained in:
Ruslan Ermilov 2003-12-16 15:17:30 +00:00
parent 5406529771
commit 887cb17fac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123565

View file

@ -191,7 +191,7 @@ done: argv += optind;
rval = 1;
} else {
if (vflag) {
(void)printf("%s", p->fts_accpath);
(void)printf("%s", p->fts_path);
if (vflag > 1) {
char m1[12], m2[12];