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

Diff for /mandoc/main.c between version 1.309 and 1.310

version 1.309, 2018/11/22 11:30:23 version 1.310, 2018/11/22 12:01:46
Line 405  main(int argc, char *argv[])
Line 405  main(int argc, char *argv[])
                                 res[sz].names = NULL;                                  res[sz].names = NULL;
                                 res[sz].output = NULL;                                  res[sz].output = NULL;
                                 res[sz].ipath = SIZE_MAX;                                  res[sz].ipath = SIZE_MAX;
                                 res[sz].bits = 0;  
                                 res[sz].sec = 10;                                  res[sz].sec = 10;
                                 res[sz].form = FORM_SRC;                                  res[sz].form = FORM_SRC;
                                 sz++;                                  sz++;
Line 754  found:
Line 753  found:
         page->names = NULL;          page->names = NULL;
         page->output = NULL;          page->output = NULL;
         page->ipath = ipath;          page->ipath = ipath;
         page->bits = NAME_FILE & NAME_MASK;  
         page->sec = (*sec >= '1' && *sec <= '9') ? *sec - '1' + 1 : 10;          page->sec = (*sec >= '1' && *sec <= '9') ? *sec - '1' + 1 : 10;
         page->form = form;          page->form = form;
         return 1;          return 1;

Legend:
Removed from v.1.309  
changed lines
  Added in v.1.310

CVSweb