fix proxy command line if config is used

pull/1/head
Heiko Hund 2011-11-09 16:02:10 +01:00
parent 54d74f5861
commit c697eed849
1 changed files with 2 additions and 0 deletions

View File

@ -383,6 +383,8 @@ ProxyAuthDialogFunc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
*/
void ConstructProxyCmdLine(TCHAR *proxy_string, unsigned int size)
{
proxy_string[0] = _T('\0');
if (o.proxy_source == manual)
{
if (o.proxy_type == http)