Modernized hidden debug code.

This commit is contained in:
2017-09-25 22:20:38 +01:00
parent 9ff3d4f9dd
commit dadfb97221

View File

@@ -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;