mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-23 15:24:45 +00:00
Fix misleading version results
This commit is contained in:
@@ -61,7 +61,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
{
|
||||
char[] version = new ArraySegment<byte>(fileContent, positions[0] + 15, 4).Select(b => (char)b).ToArray();
|
||||
if (version[0] == 0x00)
|
||||
return "";
|
||||
return string.Empty;
|
||||
|
||||
return new string(version);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user