mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Use specified in more places
This commit is contained in:
@@ -295,9 +295,9 @@ namespace SabreTools.Library.DatItems
|
||||
{
|
||||
return DataArea != null
|
||||
&& (!string.IsNullOrEmpty(DataArea.Name)
|
||||
|| (DataArea.Size != null)
|
||||
|| (DataArea.Width != null)
|
||||
|| (DataArea.Endianness != Endianness.NULL));
|
||||
|| DataArea.SizeSpecified
|
||||
|| DataArea.WidthSpecified
|
||||
|| DataArea.EndiannessSpecified);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user