Fix typo in secondary DDTv2 identifier (back-compatible until out of alpha).

This commit is contained in:
2025-12-30 11:12:00 +00:00
parent bc7c660a85
commit 3385caac5d
4 changed files with 18 additions and 14 deletions

View File

@@ -142,7 +142,8 @@ typedef enum
DataBlock = 0x4B4C4244, ///< Block containing data.
DeDuplicationTable = 0x2A544444, ///< Block containing a deduplication table (v1).
DeDuplicationTable2 = 0x32544444, ///< Block containing a deduplication table v2.
DeDuplicationTableSecondary = 0x53545444, ///< Block containing a secondary deduplication table (v2).
DeDuplicationTableSAlpha = 0x53545444, ///< Block containing a secondary deduplication table (v2) (mistake).
DeDuplicationTableSecondary = 0x53544444, ///< Block containing a secondary deduplication table (v2).
IndexBlock = 0x58444E49, ///< Block containing the index (v1).
IndexBlock2 = 0x32584449, ///< Block containing the index v2.
IndexBlock3 = 0x33584449, ///< Block containing the index v3.