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

Diff for /mandoc/mandocdb.c between version 1.184 and 1.185

version 1.184, 2015/01/21 22:41:49 version 1.185, 2015/02/27 16:22:09
Line 672  treescan(void)
Line 672  treescan(void)
                                         say(path, "Skip pdf");                                          say(path, "Skip pdf");
                                 continue;                                  continue;
                         } else if ( ! use_all &&                          } else if ( ! use_all &&
                             ((FORM_SRC == dform && strcmp(fsec, dsec)) ||                              ((FORM_SRC == dform &&
                                 strncmp(fsec, dsec, strlen(dsec))) ||
                              (FORM_CAT == dform && strcmp(fsec, "0")))) {                               (FORM_CAT == dform && strcmp(fsec, "0")))) {
                                 if (warnings)                                  if (warnings)
                                         say(path, "Wrong filename suffix");                                          say(path, "Wrong filename suffix");

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.185

CVSweb