Do not set ISO identifiers in XML metadata if they are empty.

This commit is contained in:
2019-02-12 18:57:20 +00:00
parent b17c7fc80f
commit 6f9ec398ab
2 changed files with 34 additions and 19 deletions

View File

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