Fix the -m option - broken by the last commit.

Submitted by:	Mark Knight <markk@knigma.org>
This commit is contained in:
brian 2000-08-25 18:28:43 +00:00
parent 794d8cddea
commit b6661cc3a3

View File

@ -325,7 +325,7 @@ userlist(argc, argv)
*/
if (mflag)
for (p = argv; *p; ++p) {
if (**p == '/' && !show_text("", *p, "")) {
if (**p != '/' || !show_text("", *p, "")) {
if (((pw = getpwnam(*p)) != NULL) && !hide(pw))
enter_person(pw);
else