Change error diagnostic to be less confusing:
no calendar file -> no calendar file in current directory
This commit is contained in:
parent
e257f78650
commit
99a5efe547
@ -285,7 +285,7 @@ opencal()
|
||||
if (!freopen("calendar", "r", stdin)) {
|
||||
if (doall)
|
||||
return (NULL);
|
||||
errx(1, "no calendar file.");
|
||||
errx(1, "no calendar file in current directory.");
|
||||
}
|
||||
if (pipe(pdes) < 0)
|
||||
return (NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user