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

Diff for /mandoc/preconv.c between version 1.13 and 1.14

version 1.13, 2014/12/19 04:58:35 version 1.14, 2015/03/06 09:24:59
Line 33  preconv_encode(struct buf *ib, size_t *ii, struct buf 
Line 33  preconv_encode(struct buf *ib, size_t *ii, struct buf 
         int              nby;          int              nby;
         unsigned int     accum;          unsigned int     accum;
   
         cu = ib->buf + *ii;          cu = (unsigned char *)ib->buf + *ii;
         assert(*cu & 0x80);          assert(*cu & 0x80);
   
         if ( ! (*filenc & MPARSE_UTF8))          if ( ! (*filenc & MPARSE_UTF8))

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb