]> git.ipfire.org Git - thirdparty/chrony.git/commit
leapdb: add explicit cast to int64_t
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 25 Jul 2024 13:32:44 +0000 (15:32 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 30 Jul 2024 10:09:53 +0000 (12:09 +0200)
commit3940d2aae344953c6432c5b5d26b87f0bfaf60cb
tree307cb29f6fbc4cc45cb757b39ed1712301caeec6
parent34be117c9cc4ea471b13dd009fd2b18db48c8226
leapdb: add explicit cast to int64_t

Add an explicit cast to int64_t to not rely on LEAP_SEC_LIST_OFFSET
not fitting in 32-bit time_t.
leapdb.c