mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 00:33:13 +02:00
8f33a72c99
On modern 32-bit platforms with a 64-bit time_t, long is 32-bit but time_t is 64-bit. Replace calls to scm_to_long by scm_to_long_long.