-
- Downloads
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
On Win32, an off_t is 64-bits while a long is still a measly 32-bits.