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

Diff for /mandoc/mdoc_argv.c between version 1.117 and 1.118

version 1.117, 2018/12/14 05:18:02 version 1.118, 2018/12/14 06:33:14
Line 572  args(struct roff_man *mdoc, int line, int *pos,
Line 572  args(struct roff_man *mdoc, int line, int *pos,
         }          }
   
         p = &buf[*pos];          p = &buf[*pos];
         *v = mandoc_getarg(mdoc->parse, &p, line, pos);          *v = mandoc_getarg(&p, line, pos);
   
         /*          /*
          * After parsing the last word in this phrase,           * After parsing the last word in this phrase,

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

CVSweb