diff options
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -595,7 +595,6 @@ bufcat(struct html *h, const char *p) h->buflen = strlcat(h->buf, p, BUFSIZ); assert(h->buflen < BUFSIZ); - h->buflen--; } void |