2
0
Эх сурвалжийг харах

* Fixing result, no mode Delphi.

git-svn-id: trunk@12056 -
marco 17 жил өмнө
parent
commit
c665711b4a
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      ide/whtmlhlp.pas

+ 2 - 2
ide/whtmlhlp.pas

@@ -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;