K 10 svn:author V 6 helbig K 8 svn:date V 27 1998-01-06T17:27:09.000000Z K 7 svn:log V 532 1. Don't reject 0145 if started at 22XX. Applied suggested fix from Andrew Andrew with some stylistic changes. Thanks. 2. #include -> #include 3. Removed #include 4. Use setlocale(3) and strftime(3) instead of ctime(3). 5. Clean up -Wall warnings. 6. Make sure, time to leave are integral minutes if the argument is absolute. (i. e. without "+"). If started at 10:10:55 with argument "1020" it computed time to leave as 10:20:55 instead of 10:20:00. PR: 5395 END