Read existing tape file and partition blocks in dicformat.

This commit is contained in:
2019-05-02 00:25:24 +01:00
parent b31d40bd87
commit 6d7fc3cb5c
5 changed files with 128 additions and 8 deletions

View File

@@ -248,7 +248,7 @@ namespace DiscImageChef.DiscImages
{
if(inMemoryDdt)
{
if(isTape) tapeDdt[sectorAddress] = pointer;
if(IsTape) tapeDdt[sectorAddress] = pointer;
else userDataDdt[sectorAddress] = pointer;
return;
}