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

Diff for /mandoc/term.c between version 1.126 and 1.127

version 1.126, 2009/11/12 05:58:30 version 1.127, 2009/11/12 08:21:06
Line 487  term_word(struct termp *p, const char *word)
Line 487  term_word(struct termp *p, const char *word)
                 default:                  default:
                         break;                          break;
                 }                  }
   
                 word += sz;                  word += sz;
                   if (DECO_NOSPACE == deco && '\0' == *word)
                           p->flags |= TERMP_NOSPACE;
         }          }
   
         if (sv[0] && 0 == sv[1])          if (sv[0] && 0 == sv[1])

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127

CVSweb