mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 21:49:09 +02:00
* Fix GetFileBaseDir
git-svn-id: trunk@48092 -
This commit is contained in:
parent
cccff5826e
commit
e2ffecb4c8
@ -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