mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 06:29:35 +02:00
LHelp: Fix range check error. FPC got confused about LongInt - THelpContext conversion. Issue #41462.
This commit is contained in:
parent
b6f6463d1a
commit
9940ea00d9
@ -126,7 +126,8 @@ type
|
||||
// IPC communication method should be used
|
||||
fOutputIPC: TSimpleIPCClient;
|
||||
fInputIPCTimer: TTimer;
|
||||
fContext: LongInt; // used once when we are started on the command line with --context
|
||||
// used once when we are started on the command line with --context
|
||||
fContext: THelpContext; //LongInt;
|
||||
fConfig: TXMLConfig;
|
||||
fShowSepTabs: Boolean;
|
||||
fShowStatus: Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user