keeperfx
keeperfx copied to clipboard
KeeperFX is not year 2038-compliant
After 19 January 2038, KeeperFX will no longer be able to handle dates. Fortunately, the only place a date is used is when the log is created. #3380 fixed the crash (#3379) related to this, but the date will no longer be recorded in the log.
To fix this, the time_t type needs to be 64-bit, but currently it is 32-bit.