]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib: Fix signedness in assert in time_to_uint32()
authorAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 29 Oct 2025 11:00:24 +0000 (13:00 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 29 Oct 2025 11:05:51 +0000 (13:05 +0200)
commit6535a1c5e1c992ed5e6171633e2bfbdd684fb411
tree7959ce82ee5dc93ac70e38d555a5237ef2968c22
parenta21d7742f264f747e4f0516485f2d1f3883e2300
lib: Fix signedness in assert in time_to_uint32()

If time_t is signed and 32-bit, this can cause warnings.
src/lib/lib.h