fix #186 - libman, register from current project can add a relative path

This commit is contained in:
Basile Burg 2017-09-14 10:02:18 +02:00
parent 84f9988c72
commit a2e62dd88b
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ begin
else
begin
result := lst[0];
if FilenameIsAbsolute(result) then
if not FilenameIsAbsolute(result) then
result := expandFilenameEx(GetCurrentDir, result);
end;
// Use common directory