From owner-cvs-usrbin Sun Jan 12 10:35:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA09694 for cvs-usrbin-outgoing; Sun, 12 Jan 1997 10:35:20 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA09685; Sun, 12 Jan 1997 10:35:17 -0800 (PST) Date: Sun, 12 Jan 1997 10:35:17 -0800 (PST) From: Mike Pritchard Message-Id: <199701121835.KAA09685@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar day.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/01/12 10:35:16 Modified: usr.bin/calendar day.c Log: Fix calendar so that you can run it like: calendar -t 0101 -f file Previously calendar's time processing routine directly modified the "0101" argument" which confused getopt. The time routines now make a copy of the argument to mess with. Revision Changes Path 1.7 +9 -2 src/usr.bin/calendar/day.c