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

Diff for /mandoc/mdoc_term.c between version 1.198 and 1.199

version 1.198, 2010/12/15 23:44:02 version 1.199, 2010/12/16 17:14:48
Line 1116  termp_an_post(DECL_ARGS)
Line 1116  termp_an_post(DECL_ARGS)
                 return;                  return;
         }          }
   
         if (AUTH_split == n->data.An.auth) {          if (AUTH_split == n->data.An->auth) {
                 p->flags &= ~TERMP_NOSPLIT;                  p->flags &= ~TERMP_NOSPLIT;
                 p->flags |= TERMP_SPLIT;                  p->flags |= TERMP_SPLIT;
         } else if (AUTH_nosplit == n->data.An.auth) {          } else if (AUTH_nosplit == n->data.An->auth) {
                 p->flags &= ~TERMP_SPLIT;                  p->flags &= ~TERMP_SPLIT;
                 p->flags |= TERMP_NOSPLIT;                  p->flags |= TERMP_NOSPLIT;
         }          }

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199

CVSweb