diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -401,13 +401,14 @@ fdesc(struct buf *blk, struct buf *ln, lnn++; continue; } + macro = 0; #endif /* STRIP_XO */ ln->buf[pos] = 0; if ( ! mdoc_parseln(mdoc, lnn, ln->buf)) return(0); lnn++; - macro = pos = 0; + pos = 0; } } |