mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
A binary file of OCAF document contains file-position of several sections (header section, shape section). This file-position represents an integer value. For document files of less than 2Gb it is enough to use "int" type to keep the file-position. But for greater document files we need more digits. The fix consists in extension of the type for keeping of file-position within the document file on disk: it was "int", now it is "uint64_t".