LHelp: Fix range check error. FPC got confused about LongInt - THelpContext conversion. Issue .

This commit is contained in:
Juha 2025-02-25 13:41:22 +02:00
parent b6f6463d1a
commit 9940ea00d9

View File

@ -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;