]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.c
Install sources with mode 0644. Noted by Jack Nagel. Ok schwarze@.
[mandoc.git] / html.c
diff --git a/html.c b/html.c
index 45471fe3b050c7456a57abd8ea68aee51d4c3008..ab096b4ddd001abb97d554537dca12ffba503ae3 100644 (file)
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/*     $Id: html.c,v 1.147 2011/05/24 21:40:14 kristaps Exp $ */
+/*     $Id: html.c,v 1.148 2011/07/04 09:42:38 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -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