Merge from trunk:
Put back extra info if it was present
Modified: branches/ros-branch-0_2_9/reactos/lib/wininet/http.c
_____
Modified: branches/ros-branch-0_2_9/reactos/lib/wininet/http.c
--- branches/ros-branch-0_2_9/reactos/lib/wininet/http.c
2005-12-11 21:24:27 UTC (rev 20085)
+++ branches/ros-branch-0_2_9/reactos/lib/wininet/http.c
2005-12-11 21:24:51 UTC (rev 20086)
@@ -1369,6 +1369,10 @@
if (urlComponents.nPort == INTERNET_INVALID_PORT_NUMBER)
urlComponents.nPort = INTERNET_DEFAULT_HTTP_PORT;
+ if (sizeof(path) / sizeof(path[0]) <= strlenW(path) +
strlenW(extra))
+ return FALSE;
+ strcatW(path, extra);
+
#if 0
/*
* This upsets redirects to binary files on
sourceforge.net