From 140a228eb0a664bf503533c7580731d2c8c35724 Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 30 Jun 2012 16:19:46 +0000 Subject: [PATCH] Fixed chmhelp typo git-svn-id: trunk@37825 - --- components/chmhelp/packages/help/lhelpcontrol.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/chmhelp/packages/help/lhelpcontrol.pas b/components/chmhelp/packages/help/lhelpcontrol.pas index 8cded48bf1..3c01d81630 100644 --- a/components/chmhelp/packages/help/lhelpcontrol.pas +++ b/components/chmhelp/packages/help/lhelpcontrol.pas @@ -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