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

Diff for /mandoc/cgi.c between version 1.47 and 1.48

version 1.47, 2014/01/05 20:41:04 version 1.48, 2014/03/19 22:05:10
Line 739  format(const struct req *req, const char *file)
Line 739  format(const struct req *req, const char *file)
                 return;                  return;
         }          }
   
         mp = mparse_alloc(MPARSE_AUTO, MANDOCLEVEL_FATAL, NULL, NULL, 0);          mp = mparse_alloc(MPARSE_SO, MANDOCLEVEL_FATAL, NULL, NULL);
         rc = mparse_readfd(mp, fd, file);          rc = mparse_readfd(mp, fd, file);
         close(fd);          close(fd);
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

CVSweb