9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] tiny bug in Acme News
@ 2001-07-29  3:07 crdevilb
  2001-07-29  3:31 ` Jonathan Sergent
  2001-07-30 17:50 ` [9fans] lucent not the bright light it used to be matt
  0 siblings, 2 replies; 3+ messages in thread
From: crdevilb @ 2001-07-29  3:07 UTC (permalink / raw)
  To: 9fans

/acme/news/src/news.c:119
		if(1 <= j && j <= 31)
should be
		if(1 <= j && j <= 31 && !d)

or it will report the date as the current hour.

--
Colin DeVilbiss
crdevilb@mtu.edu


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-07-30 17:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-29  3:07 [9fans] tiny bug in Acme News crdevilb
2001-07-29  3:31 ` Jonathan Sergent
2001-07-30 17:50 ` [9fans] lucent not the bright light it used to be matt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).