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

Diff for /mandoc/cgi.c between version 1.135 and 1.136

version 1.135, 2016/07/11 22:48:37 version 1.136, 2016/07/31 23:37:23
Line 800  resp_format(const struct req *req, const char *file)
Line 800  resp_format(const struct req *req, const char *file)
         }          }
   
         mchars_alloc();          mchars_alloc();
         mp = mparse_alloc(MPARSE_SO, MANDOCLEVEL_BADARG, NULL, req->q.manpath);          mp = mparse_alloc(MPARSE_SO | MPARSE_UTF8 | MPARSE_LATIN1,
               MANDOCLEVEL_BADARG, NULL, req->q.manpath);
         mparse_readfd(mp, fd, file);          mparse_readfd(mp, fd, file);
         close(fd);          close(fd);
   

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136

CVSweb