typo in src/http.c
FUJISHIMA Satsuki <[email protected]>
| Newsgroups | gmane.comp.web.wget.patches |
|---|---|
| Message-ID | <[email protected]> |
This mirror-image comparison seems to be a typo.
Index: src/http.c
===================================================================
RCS file: /pack/anoncvs/wget/src/http.c,v
retrieving revision 1.161
diff -u -r1.161 http.c
--- src/http.c 2005/04/18 14:23:23 1.161
+++ src/http.c 2005/04/20 16:44:23
@@ -257,7 +257,7 @@
/* Install new header. */
- if (req->hcount >= req->hcount)
+ if (req->hcount >= req->hcapacity)
{
req->hcapacity <<= 1;
req->headers = xrealloc (req->headers,