This commit is contained in:
eck 1990-03-21 14:46:18 +00:00
parent c78b5a2bf8
commit 22b9642add

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;
}