mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-29 01:50:24 +00:00
Fix build
This commit is contained in:
@@ -38,7 +38,7 @@ namespace BurnOutSharp
|
||||
private static Process StartSafe(string file)
|
||||
{
|
||||
if (file == null)
|
||||
return string.Empty;
|
||||
return null;
|
||||
|
||||
Process startingprocess = new Process();
|
||||
startingprocess.StartInfo.FileName = file;
|
||||
|
||||
@@ -92,6 +92,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
|
||||
private static string GetVersionBuild76till10(string file, int position, out int irefBuild)
|
||||
{
|
||||
irefBuild = 0;
|
||||
if (file == null)
|
||||
return string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user