]> git.cameronkatri.com Git - mandoc.git/blobdiff - cgi.c
set a reasonable default for .Os
[mandoc.git] / cgi.c
diff --git a/cgi.c b/cgi.c
index 1fff03cb4c5e11a4f8a1a878ae230136001792b4..6c82cd939b3d831253ad5633e63612117b6b8859 100644 (file)
--- a/cgi.c
+++ b/cgi.c
@@ -1,4 +1,4 @@
-/*     $Id: cgi.c,v 1.55 2014/07/09 09:27:01 schwarze Exp $ */
+/*     $Id: cgi.c,v 1.56 2014/07/09 11:34:46 schwarze Exp $ */
 /*
  * Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014 Ingo Schwarze <schwarze@usta.de>
@@ -683,7 +683,8 @@ format(const struct req *req, const char *file)
                return;
        }
 
-       mp = mparse_alloc(MPARSE_SO, MANDOCLEVEL_FATAL, NULL, NULL);
+       mp = mparse_alloc(MPARSE_SO, MANDOCLEVEL_FATAL, NULL,
+           req->q.manroot);
        rc = mparse_readfd(mp, fd, file);
        close(fd);