summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UMain.pas2
1 files changed, 1 insertions, 1 deletions
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;