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

Diff for /mandoc/term.c between version 1.177 and 1.178

version 1.177, 2011/01/30 16:05:37 version 1.178, 2011/03/15 16:23:51
Line 514  term_word(struct termp *p, const char *word)
Line 514  term_word(struct termp *p, const char *word)
                 if ((ssz = strcspn(word, "\\")) > 0)                  if ((ssz = strcspn(word, "\\")) > 0)
                         encode(p, word, ssz);                          encode(p, word, ssz);
   
                 word += ssz;                  word += (int)ssz;
                 if ('\\' != *word)                  if ('\\' != *word)
                         continue;                          continue;
   

Legend:
Removed from v.1.177  
changed lines
  Added in v.1.178

CVSweb