diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-12-16 15:17:30 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-12-16 15:17:30 +0000 |
| commit | 887cb17fac223ebd1479977fc7d2ad57fb3946ec (patch) | |
| tree | 3c39f8f328b7f1fdaff08beea66988a7f08e752f /bin | |
| parent | 5406529771393f8b19482d96454b5580510aeae8 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/chmod/chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index 0f97f6973bb2..a89da877a5e1 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -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]; |
