grog 2007-12-30 22:02:50 UTC
FreeBSD src repository
Modified files:
usr.bin/calendar io.c
Log:
If we can't open a calendar file, don't guess why. Check the error
return and print a useful message.
Prior to this commit, access problems could give rise to messages that
the file didn't exist.
Revision Changes Path
1.23 +2 -1 src/usr.bin/calendar/io.c