mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Calculate Checksum - access violation (fixes #2535)
This commit is contained in:
parent
76935aa7b2
commit
24fb6d6065
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ end;
|
|||
procedure TfrmCheckSumCalc.lbHashAlgorithmSelectionChange(Sender: TObject;
|
||||
User: boolean);
|
||||
begin
|
||||
if lbHashAlgorithm.ItemIndex < 0 then Exit;
|
||||
FAlgorithm:= THashAlgorithm(lbHashAlgorithm.ItemIndex);
|
||||
edtSaveTo.Text:= ChangeFileExt(edtSaveTo.Text, '.' + HashFileExt[FAlgorithm]);
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue