mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[CHDFile] Tidy code, fix a few things
This commit is contained in:
@@ -129,7 +129,7 @@ namespace RombaSharp
|
||||
if (lowerCaseDats.Contains(input.ToLowerInvariant()))
|
||||
{
|
||||
string fullpath = Path.GetFullPath(datRootDats[lowerCaseDats.IndexOf(input.ToLowerInvariant())]);
|
||||
string sha1 = FileTools.GetFileInfo(fullpath).SHA1;
|
||||
string sha1 = ((Rom)FileTools.GetFileInfo(fullpath)).SHA1;
|
||||
foundDats.Add(sha1, fullpath);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user