[BACK]Return to cgi.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/cgi.c between version 1.10 and 1.11

version 1.10, 2014/07/13 12:31:00 version 1.11, 2014/07/13 12:44:57
Line 764 
Line 764 
 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.10  
changed lines
  Added in v.1.11