mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add support for processing tape files and update context structures
This commit is contained in:
@@ -385,6 +385,9 @@ void *aaruf_open(const char *filepath)
|
||||
process_checksum_block(ctx, entry);
|
||||
|
||||
break;
|
||||
case TapeFileBlock:
|
||||
process_tape_files_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