mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 00:49:09 +02:00
* Fix wrong assigned check pointed out by Gareth Moreton
This commit is contained in:
parent
e87e14c7cc
commit
cbc938900f
@ -529,7 +529,6 @@ var
|
|||||||
version : integer;
|
version : integer;
|
||||||
x : TChmWindow;
|
x : TChmWindow;
|
||||||
begin
|
begin
|
||||||
if not assigned(fwindowslist) then
|
|
||||||
fWindowsList.Clear;
|
fWindowsList.Clear;
|
||||||
mem.Position:=0;
|
mem.Position:=0;
|
||||||
cnt := LEtoN(mem.ReadDWord);
|
cnt := LEtoN(mem.ReadDWord);
|
||||||
|
Loading…
Reference in New Issue
Block a user