From: Michael Wallner Date: Sun, 18 Dec 2005 22:40:47 +0000 (+0000) Subject: - path has been copied twice X-Git-Tag: RELEASE_0_21_0~58 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=eb42a474c2f5f0c6e69c92ba21383e75ee41b5c2 - path has been copied twice --- diff --git a/http_url_api.c b/http_url_api.c index 99c8af9..211fc13 100644 --- a/http_url_api.c +++ b/http_url_api.c @@ -59,7 +59,6 @@ PHP_HTTP_API void _http_build_url(const php_url *old_url, const php_url *new_url __URLCPY(pass); __URLCPY(host); __URLCPY(path); - __URLCPY(path); __URLCPY(query); __URLCPY(fragment);