[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.15 and 1.16

version 1.15, 2009/07/17 12:27:49 version 1.16, 2009/07/17 12:28:38
Line 221  int
Line 221  int
 mdoc_argv(struct mdoc *m, int line, int tok,  mdoc_argv(struct mdoc *m, int line, int tok,
                 struct mdoc_arg **v, int *pos, char *buf)                  struct mdoc_arg **v, int *pos, char *buf)
 {  {
         int               i;  
         char             *p, sv;          char             *p, sv;
         struct mdoc_argv tmp;          struct mdoc_argv tmp;
         struct mdoc_arg  *arg;          struct mdoc_arg  *arg;
Line 233  mdoc_argv(struct mdoc *m, int line, int tok,
Line 232  mdoc_argv(struct mdoc *m, int line, int tok,
   
         /* Parse through to the first unescaped space. */          /* Parse through to the first unescaped space. */
   
         i = *pos;  
         p = &buf[++(*pos)];          p = &buf[++(*pos)];
   
         assert(*pos > 0);          assert(*pos > 0);

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb