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

Diff for /mandoc/mdoc_validate.c between version 1.147 and 1.149

version 1.147, 2010/12/24 14:00:40 version 1.149, 2010/12/25 23:25:53
Line 1666  post_rs(POST_ARGS)
Line 1666  post_rs(POST_ARGS)
                                 break;                                  break;
   
                 if (i < RSORD_MAX) {                  if (i < RSORD_MAX) {
                           if (MDOC__J == rsord[i])
                                   mdoc->last->norm->Rs.child_J = nn;
                         next = nn->next;                          next = nn->next;
                         continue;                          continue;
                 }                  }

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.149

CVSweb