mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-23 08:39:39 +01:00
Fixes lhelp compilation. Patch from bug #17225
git-svn-id: trunk@27921 -
This commit is contained in:
parent
1e83d3b477
commit
3f25f191e9
@ -453,6 +453,7 @@ var
|
|||||||
i: Integer;
|
i: Integer;
|
||||||
SM: TChmSiteMap;
|
SM: TChmSiteMap;
|
||||||
HasSearchIndex: Boolean = False;
|
HasSearchIndex: Boolean = False;
|
||||||
|
Stream: TMemoryStream;
|
||||||
begin
|
begin
|
||||||
if fFillingToc or fFillingIndex then begin
|
if fFillingToc or fFillingIndex then begin
|
||||||
Application.QueueAsyncCall(@FillToc, Data);
|
Application.QueueAsyncCall(@FillToc, Data);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user