mirror of https://gitlab.com/basile.b/dexed.git
fix #186 - libman, register from current project can add a relative path
This commit is contained in:
parent
84f9988c72
commit
a2e62dd88b
|
@ -248,7 +248,7 @@ begin
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
result := lst[0];
|
result := lst[0];
|
||||||
if FilenameIsAbsolute(result) then
|
if not FilenameIsAbsolute(result) then
|
||||||
result := expandFilenameEx(GetCurrentDir, result);
|
result := expandFilenameEx(GetCurrentDir, result);
|
||||||
end;
|
end;
|
||||||
// Use common directory
|
// Use common directory
|
||||||
|
|
Loading…
Reference in New Issue