time must be called with a 0-pointer, not with 0! Erikje toch!
This commit is contained in:
parent
2528d0646c
commit
9e2830bf52
@ -9,5 +9,5 @@ long time();
|
||||
long
|
||||
sys_time()
|
||||
{
|
||||
return time(0);
|
||||
return time((long *) 0);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user