X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/fc5f54175a514c31c9400d9f9d08e6496cf63823..871e594a6a75f8eb23942e1e097cba458fca8c5e:/methods/ftp.cc diff --git a/methods/ftp.cc b/methods/ftp.cc index 0c2aa00a7..554a24cf5 100644 --- a/methods/ftp.cc +++ b/methods/ftp.cc @@ -1101,7 +1101,7 @@ int main(int argc,const char *argv[]) char S[300]; snprintf(S,sizeof(S),"http_proxy=%s",getenv("ftp_proxy")); putenv(S); - putenv("no_proxy="); + putenv((char *)"no_proxy="); // Run the http method string Path = flNotFile(argv[0]) + "http";