[DatFile] 0-size files should not be nodump

This commit is contained in:
Matt Nadareski
2016-10-02 10:14:10 -07:00
parent 975e3bb2c0
commit d0de0ac16b

View File

@@ -4032,7 +4032,6 @@ namespace SabreTools.Helper
itemRom.CRC = Constants.CRCZero;
itemRom.MD5 = Constants.MD5Zero;
itemRom.SHA1 = Constants.SHA1Zero;
itemRom.ItemStatus = ItemStatus.Nodump;
}
// If the file has no size and it's not the above case, skip and log
else if (itemRom.Size == 0 || itemRom.Size == -1)