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

* another minor incompatibility

git-svn-id: trunk@14346 -
marco 15 жил өмнө
parent
commit
f34978bf7b
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      ide/wchmhwrap.pas

+ 1 - 1
ide/wchmhwrap.pas

@@ -163,7 +163,7 @@ begin
       if (length(item.local)>0) and (item.local[1]<>'/') then
         tli:=TopicLinks^.AddItem('/'+item.local)
       else
-        tli:=TopicLinks^.AddItem(item.local)
+        tli:=TopicLinks^.AddItem(item.local);
       TLI:=EncodeHTMLCtx(ID,TLI+1);
       IndexEntries^.Insert(NewIndexEntry(  FormatAlias(item.text),ID,TLI));
     end;