]> git.cameronkatri.com Git - mandoc.git/blobdiff - term.c
Render roff escape sequences contained in manual page descriptions
[mandoc.git] / term.c
diff --git a/term.c b/term.c
index b0320ea6380335520c54a8af542cfe97d4c3b975..c6a4015019c2fc6ffcd68203d15b6f883ea5dd82 100644 (file)
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/*     $Id: term.c,v 1.222 2014/04/20 16:46:05 schwarze Exp $ */
+/*     $Id: term.c,v 1.223 2014/04/23 21:06:41 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010-2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -522,7 +522,7 @@ adjbuf(struct termp *p, size_t sz)
        while (sz >= p->maxcols)
                p->maxcols <<= 2;
 
-       p->buf = mandoc_realloc(p->buf, sizeof(int) * p->maxcols);
+       p->buf = mandoc_reallocarray(p->buf, p->maxcols, sizeof(int));
 }
 
 static void