Change error diagnostic to be less confusing:

no calendar file -> no calendar file in current directory
This commit is contained in:
ache 1995-10-08 14:18:15 +00:00
parent e257f78650
commit 99a5efe547

View File

@ -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);