mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Separate GetInfo signatures for clarity
This commit is contained in:
@@ -255,7 +255,7 @@ namespace SabreTools.FileTypes
|
||||
foreach (string file in Directory.EnumerateFiles(Filename, "*", SearchOption.TopDirectoryOnly))
|
||||
#endif
|
||||
{
|
||||
BaseFile? nf = FileTypeTool.GetInfo(file, hashes: _hashTypes);
|
||||
BaseFile? nf = FileTypeTool.GetInfo(file, _hashTypes);
|
||||
if (nf != null)
|
||||
_children.Add(nf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user