time must be called with a 0-pointer, not with 0! Erikje toch!
authorceriel <none@none>
Tue, 1 Sep 1987 14:18:20 +0000 (14:18 +0000)
committerceriel <none@none>
Tue, 1 Sep 1987 14:18:20 +0000 (14:18 +0000)
modules/src/system/time.c

index 5fe9f9f..9597823 100644 (file)
@@ -9,5 +9,5 @@ long time();
 long
 sys_time()
 {
-       return time(0);
+       return time((long *) 0);
 }