This commit is contained in:
eck 1990-03-21 14:46:18 +00:00
parent 0296dc2371
commit 28d6834ae7

View file

@ -418,7 +418,7 @@ char *mess;
error(FALSE, "cannot find %s\n", name);
return;
}
else if (S_ISDIR(status.st_mode) {
else if (S_ISDIR(status.st_mode)) {
error(FALSE, "%s is a directory (ignored)\n", name);
return;
}