mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Inline var declarations
This commit is contained in:
@@ -384,9 +384,7 @@ namespace SabreTools.Helper.Dats
|
|||||||
bool usedInternally = false;
|
bool usedInternally = false;
|
||||||
|
|
||||||
// Get the required scanning level for the file
|
// Get the required scanning level for the file
|
||||||
bool shouldExternalProcess = false;
|
ArchiveTools.GetInternalExternalProcess(file, archiveScanLevel, logger, out bool shouldExternalProcess, out bool shouldInternalProcess);
|
||||||
bool shouldInternalProcess = false;
|
|
||||||
ArchiveTools.GetInternalExternalProcess(file, archiveScanLevel, logger, out shouldExternalProcess, out shouldInternalProcess);
|
|
||||||
|
|
||||||
// If we're supposed to scan the file externally
|
// If we're supposed to scan the file externally
|
||||||
if (shouldExternalProcess)
|
if (shouldExternalProcess)
|
||||||
|
|||||||
Reference in New Issue
Block a user