Przeglądaj źródła

fcl-process: fixed parsing CommandLine under unix

mattias 2 lat temu
rodzic
commit
203c566875
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/fcl-process/src/unix/process.inc

+ 1 - 1
packages/fcl-process/src/unix/process.inc

@@ -210,7 +210,7 @@ begin
       end
     else
       begin
-      If (PA='') then
+      If (PA<>'') then
         Cmd:=PA
       else
         Cmd:=PC;