diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-10 08:31:35 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-10 08:31:35 +0000 |
| commit | daad7b8c8e5bcdaf68189f19c3b36b12673e8428 (patch) | |
| tree | 30dd9aea5d96015b76c33dec670141a959f4c8ed /bin/chmod | |
| parent | 3ce4a8431730852c749411e515c6a3f53f2efbb5 (diff) | |
Notes
Diffstat (limited to 'bin/chmod')
| -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 90164ebff5a8..a8ec2d92dfd7 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -193,7 +193,7 @@ done: argv += optind; } if (chmod(p->fts_accpath, oct ? omode : getmode(set, p->fts_statp->st_mode)) && !fflag) { - warn(p->fts_path); + warn("%s", p->fts_path); rval = 1; } else { if (vflag) |
