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

Diff for /mandoc/mandocdb.c between version 1.227 and 1.228

version 1.227, 2016/08/17 20:46:56 version 1.228, 2016/08/22 16:15:26
Line 448  mandocdb(int argc, char *argv[])
Line 448  mandocdb(int argc, char *argv[])
                         if (nodb == 0)                          if (nodb == 0)
                                 dbprune(dba);                                  dbprune(dba);
                 } else {                  } else {
                         /*                          /* Database missing or corrupt. */
                          * Database missing or corrupt.                          say(MANDOC_DB,
                          * Recreate from scratch.                              "%s: Automatically recreating from scratch",
                          */                              strerror(errno));
                         exitcode = (int)MANDOCLEVEL_OK;                          exitcode = (int)MANDOCLEVEL_OK;
                         op = OP_DEFAULT;                          op = OP_DEFAULT;
                         if (0 == treescan())                          if (0 == treescan())

Legend:
Removed from v.1.227  
changed lines
  Added in v.1.228

CVSweb