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:
@@ -64,7 +64,11 @@ namespace SabreTools.Models.PortableExecutable
|
||||
/// Entry file name (null-terminated)
|
||||
/// </summary>
|
||||
/// <remarks>12 bytes long in the sample (all 3 entries) in 4.47.00.0039</remarks>
|
||||
#if NET48
|
||||
public string FileName;
|
||||
#else
|
||||
public string? FileName;
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Unknown (0x2C)
|
||||
|
||||
Reference in New Issue
Block a user