mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-05-09 02:25:33 +00:00
delinted
SCCS-file: difftime.c SCCS-SID: 7.18
This commit is contained in:
committed by
Paul Eggert
parent
1d38e56f43
commit
803dbedab4
@@ -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 +
|
||||
|
||||
Reference in New Issue
Block a user