source code question regarding localtime.c
Aug. 7, 2013
1:04 p.m.
In localtime.c, function localsub() are these three lines of code: 1295 icycles = tcycles; 1296 if (tcycles - icycles >= 1 || icycles - tcycles >= 1) 1297 return NULL; I do not understand the reason why lines 1296 and 1297 exist. icycles and tcycles are equal. Their difference is always zero. Why test for it being not zero?
4552
Age (days ago)
4552
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alois Treindl