mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 02:58:31 +02:00
Avoid interactive query when resetting file
git-svn-id: trunk@19876 -
This commit is contained in:
parent
3da5c78e30
commit
1b4a27ed66
@ -685,7 +685,9 @@ begin
|
||||
else
|
||||
begin
|
||||
HasExe:=false;
|
||||
reset_command:=true;
|
||||
Command('file');
|
||||
reset_command:=false;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user