mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Do not set ISO identifiers in XML metadata if they are empty.
This commit is contained in:
@@ -64,7 +64,7 @@ namespace DiscImageChef.Core
|
||||
|
||||
// For fast debugging, skip checksum
|
||||
//goto skipImageChecksum;
|
||||
/*
|
||||
|
||||
byte[] data;
|
||||
long position = 0;
|
||||
InitProgress();
|
||||
@@ -90,7 +90,7 @@ namespace DiscImageChef.Core
|
||||
// For fast debugging, skip checksum
|
||||
//skipImageChecksum:
|
||||
|
||||
EndProgress();*/
|
||||
EndProgress();
|
||||
fs.Close();
|
||||
|
||||
List<ChecksumType> imgChecksums = imgChkWorker.End();
|
||||
|
||||
Reference in New Issue
Block a user