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

Diff for /mandoc/term_tab.c between version 1.1 and 1.2

version 1.1, 2017/05/07 17:31:45 version 1.2, 2017/06/08 12:54:58
Line 68  term_tab_set(const struct termp *p, const char *arg)
Line 68  term_tab_set(const struct termp *p, const char *arg)
                 arg++;                  arg++;
         } else          } else
                 add = 0;                  add = 0;
         if (a2roffsu(arg, &su, SCALE_EM) == 0)          if (a2roffsu(arg, &su, SCALE_EM) == NULL)
                 return;                  return;
   
         /* Select the list, and extend it if it is full. */          /* Select the list, and extend it if it is full. */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb