mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-26 20:43:03 +01:00
* Fixing result, no mode Delphi.
git-svn-id: trunk@12056 -
This commit is contained in:
parent
2a28ba151f
commit
c665711b4a
@ -1366,7 +1366,7 @@ end;
|
||||
|
||||
function TCustomHTMLHelpFile.FormatLink(const s:String):string;
|
||||
begin
|
||||
result:=formatpath(s);
|
||||
formatlink:=formatpath(s);
|
||||
end;
|
||||
|
||||
function TCustomHTMLHelpFile.GetTopicInfo(T: PTopic) : string;
|
||||
@ -1608,7 +1608,7 @@ end;
|
||||
function TCHMHelpFile.FormatLink(const s:String):string;
|
||||
// do not reformat for chms, we assume them internally consistent.
|
||||
begin
|
||||
result:=s;
|
||||
formatlink:=s;
|
||||
end;
|
||||
|
||||
function TChmHelpFile.SearchTopic(HelpCtx: THelpCtx): PTopic;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user