[BACK]Return to cgi.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/cgi.c between version 1.55 and 1.56

version 1.55, 2014/07/09 09:27:01 version 1.56, 2014/07/09 11:34:46
Line 683  format(const struct req *req, const char *file)
Line 683  format(const struct req *req, const char *file)
                 return;                  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);          rc = mparse_readfd(mp, fd, file);
         close(fd);          close(fd);
   

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

CVSweb