mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 13:56:05 +02:00
Fixed chmhelp typo
git-svn-id: trunk@37825 -
This commit is contained in:
parent
ac177fc0e2
commit
140a228eb0
@ -121,7 +121,7 @@ var
|
||||
begin
|
||||
Result := False;
|
||||
PipeName:='/tmp/'+AIPC.ServerID;
|
||||
if (AIPC is TSimpleIPCServer) and (TSimpleIPCServer(AIPC).Global) and (TSimpleIPCServer(AIPC).InstanceID <> '') then
|
||||
if (AIPC is TSimpleIPCServer) and (not TSimpleIPCServer(AIPC).Global) and (TSimpleIPCServer(AIPC).InstanceID <> '') then
|
||||
PipeName := PipeName +'-'+TSimpleIPCServer(AIPC).InstanceID;
|
||||
|
||||
// it's possible to have a stale file that is not open for reading which will
|
||||
|
Loading…
Reference in New Issue
Block a user