mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-12 20:07:02 +00:00
Fix build from oversight
This commit is contained in:
@@ -37,11 +37,7 @@ namespace BinaryObjectScanner.Printing
|
||||
|
||||
private static int GetMajorVersion(CommonHeader header)
|
||||
{
|
||||
#if NET48
|
||||
uint majorVersion = header.Version;
|
||||
#else
|
||||
uint majorVersion = header.Version ?? 0;
|
||||
#endif
|
||||
if (majorVersion >> 24 == 1)
|
||||
{
|
||||
majorVersion = (majorVersion >> 12) & 0x0F;
|
||||
|
||||
Reference in New Issue
Block a user