mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
1dd423cb23
On modern 32-bit platforms with a 64-bit time_t, long is 32-bit but time_t is 64-bit. Use "long long" for variables cast to time_t.