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

Diff for /mandoc/roff.c between version 1.241 and 1.242

version 1.241, 2014/12/16 01:22:59 version 1.242, 2014/12/16 03:53:43
Line 1236  roff_evalstrcond(const char *v, int *pos)
Line 1236  roff_evalstrcond(const char *v, int *pos)
 out:  out:
         if (NULL == s3)          if (NULL == s3)
                 s3 = strchr(s2, '\0');                  s3 = strchr(s2, '\0');
         else          else if (*s3 != '\0')
                 s3++;                  s3++;
         *pos = s3 - v;          *pos = s3 - v;
         return(match);          return(match);

Legend:
Removed from v.1.241  
changed lines
  Added in v.1.242

CVSweb