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)
(cherry picked from commit f63a5a93c5)
This commit is contained in:
parent
624dbdb243
commit
1bb8f0f1cf
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