mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Find files - crash with an invalid regular expression (issue #2249)
This commit is contained in:
parent
983ba7624c
commit
f63a5a93c5
1 changed files with 2 additions and 0 deletions
|
|
@ -1729,6 +1729,8 @@ begin
|
|||
Self.Repaint;
|
||||
Application.ProcessMessages;
|
||||
|
||||
if InvalidRegExpr then Exit;
|
||||
|
||||
if cbFindInArchive.Enabled then
|
||||
begin
|
||||
if (cmbFindPathStart.Text = '') then begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue