diff options
Diffstat (limited to 'otherlibs/macosunix/macosunix.c')
-rw-r--r-- | otherlibs/macosunix/macosunix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/macosunix/macosunix.c b/otherlibs/macosunix/macosunix.c index a554886c9..ce40f5c3a 100644 --- a/otherlibs/macosunix/macosunix.c +++ b/otherlibs/macosunix/macosunix.c @@ -76,7 +76,7 @@ value unix_getpid (void) /* ML */ value unix_time (void) /* ML */ { - return copy_double (time (NULL) - 2082844800.); + return copy_double (time (NULL) /* - 2082844800. */); } value unix_times (void) /* ML */ |