Use PRIdOFF instead of %ld or %lu when formatting off_t values for error msgs
On Win32, an off_t is 64-bits while a long is still a measly 32-bits.
Please register or sign in to comment
This GitLab instance has migrated as of Nov-5-2022 to a new server: hardware, OS, SSH key
The v3.20a development branch has now been merged to the master branch. Sysops upgrading from earlier versions must run 'jsexec update'
On Win32, an off_t is 64-bits while a long is still a measly 32-bits.