* fix for case that none of the two indexes are present.

git-svn-id: trunk@13844 -
This commit is contained in:
marco 2009-10-11 13:03:25 +00:00
parent 7e731c78b6
commit 49aacb4a24

View File

@ -938,7 +938,9 @@ begin
Result := TChmSiteMap.Create(stIndex);
Result.LoadFromStream(Index);
Index.Free;
end;
end
else
result:=nil;
end;
procedure createentry(Name:ansistring;CharIndex:integer;Topic,Title:ansistring);