mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 06:20:42 +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
|
// IPC communication method should be used
|
||||||
fOutputIPC: TSimpleIPCClient;
|
fOutputIPC: TSimpleIPCClient;
|
||||||
fInputIPCTimer: TTimer;
|
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;
|
fConfig: TXMLConfig;
|
||||||
fShowSepTabs: Boolean;
|
fShowSepTabs: Boolean;
|
||||||
fShowStatus: Boolean;
|
fShowStatus: Boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user