Browse Source

--- Merging r20099 into '.':
U rtl/go32v2/dos.pp

# revisions: 20099
------------------------------------------------------------------------
r20099 | marco | 2012-01-17 08:57:39 +0100 (Tue, 17 Jan 2012) | 2 lines
Changed paths:
M /trunk/rtl/go32v2/dos.pp

* Init use_proxy to false, Mantis #21097

------------------------------------------------------------------------

git-svn-id: branches/fixes_2_6@20548 -

marco 13 years ago
parent
commit
069c7d9837
1 changed files with 2 additions and 1 deletions
  1. 2 1
      rtl/go32v2/dos.pp

+ 2 - 1
rtl/go32v2/dos.pp

@@ -349,7 +349,8 @@ var
 
 begin
 { create command line }
-  c:=comline;
+  c:=comline; 
+  use_proxy:=false;
   if force_go32v2_proxy then
     Use_proxy:=true
   else if length(c)>DOS_MAX_COMMAND_LINE_LENGTH then