Fix MS-DOS header parsing

This commit is contained in:
Matt Nadareski
2022-11-08 11:30:23 -08:00
parent 349f8d936a
commit 895394ebb9
3 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ namespace BurnOutSharp.Models.MSDOS
/// 0x5A4D (ASCII for 'M' and 'Z')
/// </summary>
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 2)]
public char[] Magic;
public byte[] Magic;
/// <summary>
/// Number of bytes in the last page.