Skip to content

Fix build on 32-bit systems

Adriaan de Groot requested to merge work/adridg/fix-32-bit-time_t into master

The added comment explains it all, really: you can't fit a 32-bit unsigned into a 32-bit (signed) time_t, but we don't care.

Merge request reports