summaryrefslogtreecommitdiffstats
path: root/games/adventure
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-07-26 16:49:20 +0000
committerimp <imp@FreeBSD.org>1998-07-26 16:49:20 +0000
commit685645c4eb2aab46cd70202b9f4f7c6899bb5dc0 (patch)
treea7f8028fec790292638524218a6f9f67a966bbb5 /games/adventure
parent5fda2c7571c08f54ecbfd2bc834355bf9de68f66 (diff)
downloadFreeBSD-src-685645c4eb2aab46cd70202b9f4f7c6899bb5dc0.zip
FreeBSD-src-685645c4eb2aab46cd70202b9f4f7c6899bb5dc0.tar.gz
Remove comment relevant to 16bit integers only.
Diffstat (limited to 'games/adventure')
-rw-r--r--games/adventure/wizard.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/games/adventure/wizard.c b/games/adventure/wizard.c
index 666e0f0..17eedb1 100644
--- a/games/adventure/wizard.c
+++ b/games/adventure/wizard.c
@@ -57,8 +57,6 @@ int *d,*t;
time(&tvec);
tptr=localtime(&tvec);
*d=tptr->tm_yday+365*(tptr->tm_year-77); /* day since 1977 (mod leap) */
- /* bug: this will overflow in the year 2066 AD */
- /* it will be attributed to Wm the C's millenial celebration */
*t=tptr->tm_hour*60+tptr->tm_min; /* and minutes since midnite */
} /* pretty painless */
OpenPOWER on IntegriCloud