forgot )
This commit is contained in:
parent
0296dc2371
commit
28d6834ae7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue