mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 20:20:47 +02:00
* Fix GetFileBaseDir
git-svn-id: trunk@48092 -
(cherry picked from commit e2ffecb4c8
)
This commit is contained in:
parent
96fe2661fd
commit
3838bbda6b
@ -721,7 +721,7 @@ end;
|
||||
function TMultiFileDocWriter.GetFileBaseDir(aOutput: String) : String;
|
||||
|
||||
begin
|
||||
Result:=Engine.Output;
|
||||
Result:=aOutput;
|
||||
if Result<>'' then
|
||||
Result:=IncludeTrailingPathDelimiter(Result);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user