This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/sequencer
Harley Acheson 875a8a6c79 Cleanup: Replace fseek() calls with BLI_fseek()
The fseek() function on Windows only accepts a 32-bit long offset
argument. Because of this we have our own version, BLI_fseek(), which
will use 64-bit _fseeki64() on Windows. This patch just replaces some
fseek() calls with BLI_fseek().

Differential Revision: https://developer.blender.org/D11430

Reviewed by Brecht Van Lommel
2021-05-31 10:08:58 -07:00
..
2021-03-23 11:23:20 +01:00
2021-01-04 17:38:11 +11:00
2021-01-04 17:38:11 +11:00
2021-01-04 17:38:11 +11:00
2021-03-16 18:56:44 +01:00
2021-01-04 17:38:11 +11:00
2021-03-16 18:50:32 +01:00
2021-01-04 17:38:11 +11:00
2021-01-04 17:38:11 +11:00
2021-05-19 22:52:57 +02:00