mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add support for processing tape partition metadata blocks
This commit is contained in:
@@ -388,6 +388,9 @@ void *aaruf_open(const char *filepath)
|
||||
case TapeFileBlock:
|
||||
process_tape_files_block(ctx, entry);
|
||||
|
||||
case TapePartitionBlock:
|
||||
process_tape_partitions_block(ctx, entry);
|
||||
|
||||
default:
|
||||
TRACE("Unhandled block type %4.4s with data type %d is indexed to be at %" PRIu64 "",
|
||||
(char *)&entry->blockType, entry->dataType, entry->offset);
|
||||
|
||||
Reference in New Issue
Block a user