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

Diff for /mandoc/cgi.c between version 1.162 and 1.163

version 1.162, 2018/12/13 11:55:46 version 1.163, 2018/12/14 01:18:25
Line 861  resp_format(const struct req *req, const char *file)
Line 861  resp_format(const struct req *req, const char *file)
   
         mchars_alloc();          mchars_alloc();
         mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1,          mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1,
             MANDOCERR_MAX, NULL, MANDOC_OS_OTHER, req->q.manpath);              MANDOC_OS_OTHER, req->q.manpath);
         mparse_readfd(mp, fd, file);          mparse_readfd(mp, fd, file);
         close(fd);          close(fd);
   

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163

CVSweb