mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Removed unneeded value sets.
This commit is contained in:
@@ -122,7 +122,7 @@ namespace DiscImageChef.Partitions
|
||||
return true;
|
||||
}
|
||||
|
||||
uint temp = 0;
|
||||
uint temp;
|
||||
|
||||
if(imagePlugin.ImageInfo.Sectors > (ulong)(MemoryUnitDataOff / imagePlugin.ImageInfo.SectorSize))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user