From faf29a8166e2bc19d2f7b057df60a5d14a4340f4 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 22 Nov 2012 09:09:12 +0000 Subject: [PATCH] Core: HttpRequest: Fixed parsing of Proxy() argument git-svn-id: svn://ultimatepp.org/upp/trunk@5576 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Core/Http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/Core/Http.cpp b/uppsrc/Core/Http.cpp index e56864639..6d902c9c7 100644 --- a/uppsrc/Core/Http.cpp +++ b/uppsrc/Core/Http.cpp @@ -78,7 +78,7 @@ HttpRequest& HttpRequest::Url(const char *u) } static -void sParseProxyUrl(const char *p, String& proxy_host, int proxy_port) +void sParseProxyUrl(const char *p, String& proxy_host, int& proxy_port) { const char *t = p; while(*p && *p != ':')