summaryrefslogtreecommitdiffstats
path: root/mdoc_argv.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_argv.c')
-rw-r--r--mdoc_argv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_argv.c b/mdoc_argv.c
index d7f3ca34..726a3f3f 100644
--- a/mdoc_argv.c
+++ b/mdoc_argv.c
@@ -268,7 +268,7 @@ mdoc_argv(struct mdoc *m, int line, int tok,
return(ARGV_ERROR);
if (NULL == (arg = *v))
- arg = mandoc_calloc(1, sizeof(struct mdoc_arg));
+ arg = *v = mandoc_calloc(1, sizeof(struct mdoc_arg));
arg->argc++;
arg->argv = mandoc_realloc