Remove a couple more references to 86401 notation
This commit is contained in:
parent
81564487a4
commit
9d5e4dd3c6
|
@ -626,10 +626,6 @@ done:
|
||||||
ERROR_IF(latest && latest->sec != 86400);
|
ERROR_IF(latest && latest->sec != 86400);
|
||||||
}
|
}
|
||||||
|
|
||||||
// we can't have e.g. 240000.5
|
|
||||||
ERROR_IF(earliest && earliest->sec == 86401 && earliest->nsec);
|
|
||||||
ERROR_IF(latest && latest->sec == 86401 && latest->nsec);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
#undef ERROR_IF
|
#undef ERROR_IF
|
||||||
#undef INCNUM
|
#undef INCNUM
|
||||||
|
|
Loading…
Reference in New Issue