From a2e62dd88b75fff85d75c9b282a2885fe6d316f7 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 14 Sep 2017 10:02:18 +0200 Subject: [PATCH] fix #186 - libman, register from current project can add a relative path --- src/ce_projutils.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ce_projutils.pas b/src/ce_projutils.pas index bdf84afd..1cabd10a 100644 --- a/src/ce_projutils.pas +++ b/src/ce_projutils.pas @@ -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