From 5c0dbf642cdff078b3c33a565e3c44da8e3c4b56 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Mon, 5 Oct 2009 20:50:14 +0200 Subject: Show "Verify checksums" dialog even if no valid records have been found in the SFV/MD5 file --- UMain.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UMain.pas') diff --git a/UMain.pas b/UMain.pas index b762839..6154fda 100644 --- a/UMain.pas +++ b/UMain.pas @@ -3217,7 +3217,7 @@ begin b := b or FChecksum.ProcessFile(IncludeTrailingPathDelimiter(Engine.Path) + string(FName)); {$B-} end; - if b and (FChecksum.List.Count > 0) then FChecksum.Run; + if b { and (FChecksum.List.Count > 0) } then FChecksum.Run; finally FChecksum.Free; end; -- cgit v1.2.3