mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor and reformat.
This commit is contained in:
@@ -183,8 +183,7 @@ namespace DiscImageChef.DiscImages
|
||||
stream.Read(tmp, 0, 8);
|
||||
vFileParms = new VhdxFileParameters
|
||||
{
|
||||
blockSize = BitConverter.ToUInt32(tmp, 0),
|
||||
flags = BitConverter.ToUInt32(tmp, 4)
|
||||
blockSize = BitConverter.ToUInt32(tmp, 0), flags = BitConverter.ToUInt32(tmp, 4)
|
||||
};
|
||||
}
|
||||
else throw new Exception("File parameters not found.");
|
||||
|
||||
Reference in New Issue
Block a user