Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 1997 23:37:47 -0800 (PST)
From:      Mike Pritchard <mpp>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/calendar day.c
Message-ID:  <199702020737.XAA06495@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mpp         97/02/01 23:37:47

  Modified:    usr.bin/calendar  day.c
  Log:
  Fix calendar so that it doesn't report strange results on
  Jan 1st (and probably other dates as well) for some variable
  events.  E.g.
  
  01/SunThird	whatever...
  
  Was being printed as:
  
  Jan  0	Whatever
  
  when calendar was run on January 1st.
  
  Closes PR#2461.
  
  Revision  Changes    Path
  1.8       +8 -2      src/usr.bin/calendar/day.c



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