From 48392a07893d227d014b060bccfd8be7694d6b2e Mon Sep 17 00:00:00 2001 From: jb Date: Sat, 9 May 1998 11:31:20 +0000 Subject: Change long variable to time_t where it is passed to time() by reference. --- games/grdc/grdc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/grdc/grdc.c') diff --git a/games/grdc/grdc.c b/games/grdc/grdc.c index ebb3293..42e6c3c 100644 --- a/games/grdc/grdc.c +++ b/games/grdc/grdc.c @@ -21,7 +21,7 @@ #define YDEPTH 7 /* it won't be */ -long now; /* yeah! */ +time_t now; /* yeah! */ struct tm *tm; short disp[11] = { -- cgit v1.1