From e5d4544bf62bfbc015eba19c7fce715dd7ef201d Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 26 Dec 2025 09:38:24 +0000 Subject: [PATCH] Sync AaruFormat template to alpha 21. --- aaruformat.hexpat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aaruformat.hexpat b/aaruformat.hexpat index 06367b1..e90091c 100644 --- a/aaruformat.hexpat +++ b/aaruformat.hexpat @@ -850,11 +850,11 @@ struct DdtHeader2 /**Pointer to absolute byte offset in file where the previous level table is located */ u64 previousLevelOffset; /**Negative displacement of LBAs */ - u16 negative; + u32 negative; /**Number of blocks in media */ u64 blocks; /**Positive overflow displacement of LBAs */ - u16 overflow; + u32 overflow; /**First LBA contained in this table */ u64 start; /**Block alignment boundaries */