mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 15:47:27 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -22,7 +22,11 @@ namespace SabreTools.Models.NewExecutable
|
||||
/// <summary>
|
||||
/// ASCII text of the name string.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public byte[] NameString;
|
||||
#else
|
||||
public byte[]? NameString;
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Ordinal number (index into entry table). This value is ignored
|
||||
|
||||
Reference in New Issue
Block a user