Break if StringFileInfo child is total size 0

This commit is contained in:
Matt Nadareski
2024-03-22 23:46:05 -04:00
parent 4e3d832834
commit f53d9f94e6

View File

@@ -1309,6 +1309,8 @@ namespace SabreTools.Serialization
}
stringTableChildren.Add(stringData);
if (stringData.Length == 0 && stringData.ValueLength == 0)
break;
}
stringTable.Children = [.. stringTableChildren];