Skip to content

daemon/lua: fix on 32-bit systems with 64-bit time_t

Vladimír Čunát requested to merge time_t into master

This improves the heuristics. The problem would be detected by meson, but not when cross-compiling, in which case things would mostly run OK, except some lua code/modules.

Merge request reports