summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-04-06 17:03:04 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-04-06 17:03:04 +0200
commitc53b2523fdc09cc74c90a7ead1922d65bf864a1b (patch)
tree56951e9cd7b3f67ac0a54f95c4017bee7650771b
parent3fb1f12d4334da6b12b7106c660b99063f072004 (diff)
downloadfpGUI-c53b2523fdc09cc74c90a7ead1922d65bf864a1b.tar.xz
Just to make sure us humans understand what must happen. ;-)
-rw-r--r--docview/src/HelpFile.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/docview/src/HelpFile.pas b/docview/src/HelpFile.pas
index 298afd73..abbb8610 100644
--- a/docview/src/HelpFile.pas
+++ b/docview/src/HelpFile.pas
@@ -732,7 +732,7 @@ begin
end;
SearchTableOffset := _pHeader^.SearchStart and $7fffffff;
- SearchTableRecordLengthIs16Bit := _pHeader^.SearchStart and $80000000 > 0;
+ SearchTableRecordLengthIs16Bit := (_pHeader^.SearchStart and $80000000) > 0;
ReadFileBlock( _pSearchData,
SearchTableOffset,
_pHeader^.SearchLen );