mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] 0-size files should not be nodump
This commit is contained in:
@@ -4032,7 +4032,6 @@ namespace SabreTools.Helper
|
|||||||
itemRom.CRC = Constants.CRCZero;
|
itemRom.CRC = Constants.CRCZero;
|
||||||
itemRom.MD5 = Constants.MD5Zero;
|
itemRom.MD5 = Constants.MD5Zero;
|
||||||
itemRom.SHA1 = Constants.SHA1Zero;
|
itemRom.SHA1 = Constants.SHA1Zero;
|
||||||
itemRom.ItemStatus = ItemStatus.Nodump;
|
|
||||||
}
|
}
|
||||||
// If the file has no size and it's not the above case, skip and log
|
// If the file has no size and it's not the above case, skip and log
|
||||||
else if (itemRom.Size == 0 || itemRom.Size == -1)
|
else if (itemRom.Size == 0 || itemRom.Size == -1)
|
||||||
|
|||||||
Reference in New Issue
Block a user