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

Diff for /mandoc/cgi.c between version 1.70 and 1.71

version 1.70, 2014/07/13 12:31:23 version 1.71, 2014/07/13 12:45:23
Line 768  format(const struct req *req, const char *file)
Line 768  format(const struct req *req, const char *file)
 static void  static void
 resp_show(const struct req *req, const char *file)  resp_show(const struct req *req, const char *file)
 {  {
           if ('.' == file[0] || '/' == file[1])
                   file += 2;
   
         if ('c' == *file)          if ('c' == *file)
                 catman(req, file);                  catman(req, file);

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

CVSweb