mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-25 08:06:48 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -23,6 +23,10 @@ namespace SabreTools.Models.NewExecutable
|
||||
/// <summary>
|
||||
/// ASCII text of the name string.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public byte[] NameString;
|
||||
#else
|
||||
public byte[]? NameString;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user