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;
|
||||
crc64_ctx *crc64Context;
|
||||
int writingBufferPosition;
|
||||
long nextBlockPosition;
|
||||
uint64_t nextBlockPosition;
|
||||
UT_array *indexEntries;
|
||||
} aaruformatContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user