diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/Modules/attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Modules/attr.c b/Src/Modules/attr.c index 88ebb1618..72348623a 100644 --- a/Src/Modules/attr.c +++ b/Src/Modules/attr.c @@ -154,7 +154,7 @@ bin_delattr(char *nam, char **argv, Options ops, UNUSED(int func)) { int ret = 0, slen; int symlink = OPT_ISSET(ops, 'h'); - char *file = argv[0], **attr = &argv[1]; + char *file = argv[0], **attr = argv; unmetafy(file, &slen); while (*++attr) { |