mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code style and feature fixes.
This commit is contained in:
@@ -322,7 +322,9 @@ partial class Dump
|
||||
var forward = true;
|
||||
bool sense;
|
||||
byte[] buffer;
|
||||
var outputFormat = _outputPlugin as IWritableImage;
|
||||
|
||||
if(_outputPlugin is not IWritableImage outputFormat)
|
||||
return;
|
||||
|
||||
InitProgress?.Invoke();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user