On Thu, 2003-09-11 at 01:09, Glenn McGrath wrote:
> Applied
Thanks. Unfortunately there was one small bug in that last patch.
Could you apply this one as well?
p.
char *ep;
ep = h->host + 1;
- while (*ep == ':' || isdigit (*ep))
+ while (*ep == ':' || isxdigit (*ep))
ep++;
if (*ep == ']') {
h->host++;
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: wget.c,v 1.58 2003/09/10 23:52:15 bug1 Exp $
+ * $Id: wget.c,v 1.59 2003/09/11 08:25:11 andersen Exp $
*/