mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
Simplify double assignment
This commit is contained in:
@@ -282,7 +282,7 @@ namespace BinaryObjectScanner
|
||||
try
|
||||
{
|
||||
// Get the first 16 bytes for matching
|
||||
byte[] magic = new byte[16];
|
||||
byte[] magic;
|
||||
try
|
||||
{
|
||||
magic = stream.ReadBytes(16);
|
||||
|
||||
Reference in New Issue
Block a user