From 8887fdedf8b19c7f3deed1a9683e3f71e360c041 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Wed, 23 Jun 2010 12:48:29 +0000 Subject: [PATCH] Fix error in last commit --- src/bittorrent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bittorrent.cpp b/src/bittorrent.cpp index e436a221a..e938d1974 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -1868,7 +1868,6 @@ void Bittorrent::addConsoleMessage(QString msg, QString) { #ifdef Q_WS_WIN putenv("http_proxy="); putenv("sock_proxy="); -#endif #else unsetenv("http_proxy"); unsetenv("sock_proxy");