minor fix
This commit is contained in:
parent
b05198c6bf
commit
252d0e0667
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ char *mess;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (verbose)
|
if (verbose)
|
||||||
show(mess, name);
|
show(mess, member.ar_name);
|
||||||
close(src_fd);
|
close(src_fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue