1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-09 03:55:53 +00:00
SCCS-file: difftime.c
SCCS-SID: 7.18
This commit is contained in:
Arthur David Olson
2005-01-31 14:06:04 -05:00
committed by Paul Eggert
parent 1d38e56f43
commit 803dbedab4

View File

@@ -57,7 +57,7 @@ const time_t time0;
/*
** Stay calm...decent optimizers will eliminate the complexity below.
*/
if (time1 >= 0 /* && time0 < 0 */)
if (time1 >= 0 /* && time0 < 0 */)
return (unsigned long) time1 +
(unsigned long) (-(time0 + 1)) + 1;
return -(double) ((unsigned long) time0 +