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

Diff for /mandoc/mandocdb.c between version 1.268 and 1.269

version 1.268, 2021/08/07 13:02:10 version 1.269, 2021/08/19 16:55:31
Line 629  treescan(void)
Line 629  treescan(void)
                                         say(path, "&stat");                                          say(path, "&stat");
                                 continue;                                  continue;
                         }                          }
                           if ((ff->fts_statp->st_mode & S_IFMT) != S_IFREG)
                                   continue;
                         /* FALLTHROUGH */                          /* FALLTHROUGH */
   
                 /*                  /*

Legend:
Removed from v.1.268  
changed lines
  Added in v.1.269

CVSweb