mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Change nextBlockPosition type to uint64_t for improved precision
This commit is contained in:
@@ -124,7 +124,7 @@ typedef struct aaruformatContext
|
|||||||
int currentBlockOffset;
|
int currentBlockOffset;
|
||||||
crc64_ctx *crc64Context;
|
crc64_ctx *crc64Context;
|
||||||
int writingBufferPosition;
|
int writingBufferPosition;
|
||||||
long nextBlockPosition;
|
uint64_t nextBlockPosition;
|
||||||
UT_array *indexEntries;
|
UT_array *indexEntries;
|
||||||
} aaruformatContext;
|
} aaruformatContext;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user