rtissera / libchdr

Standalone library for reading MAME's CHDv1-v5 formats.
BSD 3-Clause "New" or "Revised" License
98 stars 42 forks source link

Fix fseek offset type. #86

Closed jpd002 closed 2 years ago

jpd002 commented 2 years ago

Replace long with INT64, since long's size can vary depending on build environment (Win64 is 4 bytes, Linux/macOS is 8 bytes).