mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add ProcessNullifiedItem tests
This commit is contained in:
@@ -383,8 +383,8 @@ namespace SabreTools.DatFiles
|
||||
/// Process any DatItems that are "null", usually created from directory population
|
||||
/// </summary>
|
||||
/// <param name="item">DatItem to check for "null" status</param>
|
||||
/// <returns>Cleaned DatItem</returns>
|
||||
protected internal DatItem ProcessNullifiedItem(DatItem item)
|
||||
/// <returns>Cleaned DatItem, if possible</returns>
|
||||
protected internal static DatItem ProcessNullifiedItem(DatItem item)
|
||||
{
|
||||
// If we don't have a Rom, we can ignore it
|
||||
if (item is not Rom rom)
|
||||
|
||||
Reference in New Issue
Block a user