time must be called with a 0-pointer, not with 0! Erikje toch!
This commit is contained in:
parent
7e2c3130b0
commit
dd320002c2
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ long time();
|
||||||
long
|
long
|
||||||
sys_time()
|
sys_time()
|
||||||
{
|
{
|
||||||
return time(0);
|
return time((long *) 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue