mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 09:30:22 +02:00
* Fixed a chm reader bug that Return value was not initialized if neither binary or text index existed
git-svn-id: trunk@13955 -
This commit is contained in:
parent
243e0ff3b5
commit
46f5d06780
@ -930,6 +930,7 @@ var Index : TMemoryStream;
|
||||
function AbortAndTryTextual:tchmsitemap;
|
||||
|
||||
begin
|
||||
Result := nil;
|
||||
if Assigned(Index) Then Index.Free;
|
||||
// Second Try text Index
|
||||
Index := GetObject(IndexFile);
|
||||
|
Loading…
Reference in New Issue
Block a user