mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 09:28:19 +02:00
* Fix typo in earlier commit
git-svn-id: trunk@17799 -
This commit is contained in:
parent
2d5ca71a06
commit
e490fb1d9d
@ -1290,7 +1290,7 @@ begin
|
||||
EntryCount := NtoLE(TOC.ReadDWord);
|
||||
TOPICSOffset := NtoLE(TOC.ReadDWord);
|
||||
|
||||
if EntryCount <> 0 then
|
||||
if EntryCount = 0 then
|
||||
begin
|
||||
Toc.Free;
|
||||
Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user