* Init use_proxy to false, Mantis #21097

git-svn-id: trunk@20099 -
This commit is contained in:
marco 2012-01-17 07:57:39 +00:00
parent cbad0abab5
commit 5ce5f4f2a9

View File

@ -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