mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 19:11:03 +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;
|
function TMultiFileDocWriter.GetFileBaseDir(aOutput: String) : String;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Result:=Engine.Output;
|
Result:=aOutput;
|
||||||
if Result<>'' then
|
if Result<>'' then
|
||||||
Result:=IncludeTrailingPathDelimiter(Result);
|
Result:=IncludeTrailingPathDelimiter(Result);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user