mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Modernized hidden debug code.
This commit is contained in:
@@ -435,7 +435,7 @@ namespace DiscImageChef.ImagePlugins
|
||||
|
||||
// Debug writing full disk as raw
|
||||
/*
|
||||
FileStream foo = new FileStream(Path.GetFileNameWithoutExtension(imagePath) + ".bin", FileMode.Create);
|
||||
FileStream foo = new FileStream(Path.GetFileNameWithoutExtension(imageFilter.GetFilename()) + ".bin", FileMode.Create);
|
||||
for(ulong i = 0; i < (ulong)sectors.Count; i++)
|
||||
{
|
||||
byte[] foob;
|
||||
|
||||
Reference in New Issue
Block a user