core icon indicating copy to clipboard operation
core copied to clipboard

Changes for 2.4.1 for i686 compatibility

Open pghmcfc opened this issue 6 months ago • 1 comments

This PR changes a few files (mainly test files) to get the test suite to pass with linux on i686. This reflects some filter values not fitting in an i686 long integer (32 bits), and fixes for a signed 32-bit time_t. The configure script already does all of the necessary checks; it's just a case of using the results properly.

pghmcfc avatar Jun 26 '25 14:06 pghmcfc