Bläddra i källkod

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

git-svn-id: trunk@2080 -

daniel 20 år sedan
förälder
incheckning
3758d106fe
1 ändrade filer med 0 tillägg och 4 borttagningar
  1. 0 4
      rtl/unix/sysutils.pp

+ 0 - 4
rtl/unix/sysutils.pp

@@ -1022,10 +1022,6 @@ var
   e : EOSError;
 
 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;
   if pid=0 then
    begin