11 lines
369 B
Text
11 lines
369 B
Text
--- 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 ?
|