Procházet zdrojové kódy

* remove command about quotes in array version of executeprocess, which doesn't
apply there

git-svn-id: trunk@2080 -

daniel před 20 roky
rodič
revize
3758d106fe
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      rtl/unix/sysutils.pp

+ 0 - 4
rtl/unix/sysutils.pp

@@ -1022,10 +1022,6 @@ var
   e : EOSError;
   e : EOSError;
 
 
 Begin
 Begin
-  { always surround the name of the application by quotes
-    so that long filenames will always be accepted. But don't
-    do it if there are already double quotes!
-  }
   pid:=fpFork;
   pid:=fpFork;
   if pid=0 then
   if pid=0 then
    begin
    begin