mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Fix some places where the DDT was still being used with 32-bit values.
This commit is contained in:
@@ -140,7 +140,7 @@ typedef struct TapePartitionHashEntry
|
||||
typedef struct TapeDdtHashEntry
|
||||
{
|
||||
uint64_t key; ///< Key: sector address
|
||||
uint32_t value; ///< Value: DDT entry
|
||||
uint64_t value; ///< Value: DDT entry
|
||||
UT_hash_handle hh; ///< UTHASH handle
|
||||
} TapeDdtHashEntry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user