From 762962270c8126b2dbd3d9cb4846513bbd5880c6 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Wed, 23 Jun 2010 12:48:08 +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 3de95ba46..ae9c5b80a 100644 --- a/src/bittorrent.cpp +++ b/src/bittorrent.cpp @@ -1864,7 +1864,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");