mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-09-24 23:57:18 +00:00
Fix warnings from nullabilty
This commit is contained in:
@@ -11,7 +11,11 @@ namespace SabreTools.Models.DVD
|
||||
/// <summary>
|
||||
/// Reserved
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public byte[] Reserved;
|
||||
#else
|
||||
public byte[]? Reserved;
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Offset to PTL_MAIT
|
||||
|
||||
Reference in New Issue
Block a user