fe8aaceaa8
some fixes.
13 lines
429 B
Plaintext
13 lines
429 B
Plaintext
$OpenBSD: patch-draw_c,v 1.1 2002/03/21 09:59:48 form Exp $
|
|
--- draw.c.orig Tue Jan 4 13:33:31 2000
|
|
+++ draw.c Thu Mar 21 15:23:53 2002
|
|
@@ -81,7 +81,7 @@ void drawbanners ()
|
|
VPutChar ('.');
|
|
if (group)
|
|
VPutString (group);
|
|
- if ((curtime = timestr (time ((long *) 0))))
|
|
+ if ((curtime = timestr (time ((time_t *) 0))))
|
|
VMPutString (0, 79 - strlen (curtime), curtime);
|
|
VStandEnd ();
|
|
VMPutString (LINES-1, 0, cmdreg ?
|