From eb42a474c2f5f0c6e69c92ba21383e75ee41b5c2 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sun, 18 Dec 2005 22:40:47 +0000 Subject: [PATCH] - path has been copied twice --- http_url_api.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.30.2