You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
399 B
21 lines
399 B
Index: src/run.c |
|
--- src/run.c.orig 2001-07-16 20:01:25 +0200 |
|
+++ src/run.c 2006-11-19 17:08:22 +0100 |
|
@@ -76,7 +76,7 @@ |
|
else if(explain) |
|
Bprint(&bout, "no touch of virtual '%s'\n", n->name); |
|
} |
|
- n->time = time((long *)0); |
|
+ n->time = time((time_t *)0); |
|
MADESET(n, MADE); |
|
} |
|
} else { |
|
@@ -283,7 +283,7 @@ |
|
void |
|
usage(void) |
|
{ |
|
- long t; |
|
+ time_t t; |
|
|
|
time(&t); |
|
if(tick)
|
|
|