Fixed chmhelp typo

git-svn-id: trunk@37825 -
This commit is contained in:
andrew 2012-06-30 16:19:46 +00:00
parent ac177fc0e2
commit 140a228eb0

View File

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