mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 17:16:01 +02:00
Lazfileutils.pas: fix incorrect indentation from r41036 #0baf6d6df0
git-svn-id: trunk@41037 -
This commit is contained in:
parent
0baf6d6df0
commit
d9e1aa876f
@ -652,7 +652,7 @@ begin
|
||||
if (BaseDirectory='') or (Filename='') then Exit(FileName);
|
||||
Result := SysUtils.ExtractRelativePath(ExpandFileNameUtf8(IncludetrailingPathDelimiter(BaseDirectory)),FileName);
|
||||
if UsePointDirectory and (Result='') and (Filename<>'') then
|
||||
Result:='.'; // Filename is the BaseDirectory
|
||||
Result:='.'; // Filename is the BaseDirectory
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user