mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 21:40:25 +02:00
DBG: Fix finding units
git-svn-id: trunk@32438 -
This commit is contained in:
parent
1df02ca4fc
commit
a6f5c17aca
@ -582,8 +582,10 @@ var
|
||||
OpenDialog: TOpenDialog;
|
||||
AnUnitInfo: TLazProjectFile;
|
||||
begin
|
||||
Result:=False;
|
||||
Result := False;
|
||||
if Destroying then exit;
|
||||
Result := FilenameIsAbsolute(Filename);
|
||||
if Result then exit;
|
||||
|
||||
// some debuggers (e.g. gdb) sometimes returns linux path delims under windows
|
||||
// => fix that
|
||||
|
Loading…
Reference in New Issue
Block a user