mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Ensure a non-null set of children for DFD
This commit is contained in:
@@ -2052,7 +2052,10 @@ namespace SabreTools.Library.DatFiles
|
||||
else if (!asFiles.HasFlag(TreatAsFile.Archive))
|
||||
{
|
||||
var extracted = archive.GetChildren();
|
||||
ProcessArchive(item, basePath, extracted);
|
||||
|
||||
// If we have internal items to process, do so
|
||||
if (extracted != null)
|
||||
ProcessArchive(item, basePath, extracted);
|
||||
|
||||
// Now find all folders that are empty, if we are supposed to
|
||||
if (addBlanks)
|
||||
|
||||
Reference in New Issue
Block a user