mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Read existing tape file and partition blocks in dicformat.
This commit is contained in:
@@ -248,7 +248,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
if(inMemoryDdt)
|
||||
{
|
||||
if(isTape) tapeDdt[sectorAddress] = pointer;
|
||||
if(IsTape) tapeDdt[sectorAddress] = pointer;
|
||||
else userDataDdt[sectorAddress] = pointer;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user