mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
a4b8d7aedd
On modern 32-bit platforms with a 64-bit time_t, long is 32-bit but time_t is 64-bit. Replace calls to Tcl_GetLongFromObj by Tcl_GetWideIntFromObj.