mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
🐛Move checksum initializers to instance constructors.
This commit is contained in:
@@ -569,7 +569,6 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
{
|
||||
vdSector = imagePlugin.ReadSector(torito.Value.catalog_sector + partition.Start);
|
||||
Sha1Context sha1Ctx = new Sha1Context();
|
||||
sha1Ctx.Init();
|
||||
|
||||
int toritoOff = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user