mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-04-17 20:31:26 +00:00
On 32-bit architectures, size_t may not be large enough to represent large file sizes or sample counts. This commit updates the file length computation and the return type of samplesToSkip() to use uint64_t, allowing accurate handling of large files and ensuring consistency across platforms.