]> git.cameronkatri.com Git - mandoc.git/blobdiff - preconv.c
On a new RS nesting level, the saved width starts from the default
[mandoc.git] / preconv.c
index a2bbe9ca6065ec8b266d6aeb2bac8e8e9603ff21..87e65ea0c6ef66f49748a91953d95ff3e0b58801 100644 (file)
--- a/preconv.c
+++ b/preconv.c
@@ -1,4 +1,4 @@
-/*     $Id: preconv.c,v 1.13 2014/12/19 04:58:35 schwarze Exp $ */
+/*     $Id: preconv.c,v 1.14 2015/03/06 09:24:59 kristaps Exp $ */
 /*
  * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -33,7 +33,7 @@ preconv_encode(struct buf *ib, size_t *ii, struct buf *ob, size_t *oi,
        int              nby;
        unsigned int     accum;
 
-       cu = ib->buf + *ii;
+       cu = (unsigned char *)ib->buf + *ii;
        assert(*cu & 0x80);
 
        if ( ! (*filenc & MPARSE_UTF8))