mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Store block size in metadata.
This commit is contained in:
@@ -276,6 +276,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
currentTapeFile.Image.Value = outputPrefix + ".bin";
|
||||
currentTapeFile.Sequence = (long)currentFile;
|
||||
currentTapeFile.StartBlock = (long)currentBlock;
|
||||
currentTapeFile.BlockSize = blockSize;
|
||||
fileChk = new Checksum();
|
||||
currentTapePartition = new TapePartitionType();
|
||||
currentTapePartition.Image = new ImageType();
|
||||
@@ -321,6 +322,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
currentTapeFile.Image.Value = outputPrefix + ".bin";
|
||||
currentTapeFile.Sequence = (long)currentFile;
|
||||
currentTapeFile.StartBlock = (long)currentBlock;
|
||||
currentTapeFile.BlockSize = blockSize;
|
||||
currentFileSize = 0;
|
||||
fileChk = new Checksum();
|
||||
files = new List<TapeFileType>();
|
||||
@@ -429,6 +431,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
currentTapeFile.Image.Value = outputPrefix + ".bin";
|
||||
currentTapeFile.Sequence = (long)currentFile;
|
||||
currentTapeFile.StartBlock = (long)currentBlock;
|
||||
currentTapeFile.BlockSize = blockSize;
|
||||
currentFileSize = 0;
|
||||
fileChk = new Checksum();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user