Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 1997 10:35:17 -0800 (PST)
From:      Mike Pritchard <mpp>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/calendar day.c
Message-ID:  <199701121835.KAA09685@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701121835.KAA09685>