[BACK]Return to roff.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/roff.c between version 1.113 and 1.114

version 1.113, 2014/12/16 01:21:37 version 1.114, 2014/12/16 03:52:31
Line 1234 
Line 1234 
 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.113  
changed lines
  Added in v.1.114