CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/11 10:12:14
Modified files:
usr.bin/mandoc : main.c
Log message:
Fix a regression in rev. 1.238 (2019/07/26):
Pass the right object to html_reset() or it will crash
when rendering more than one manual page to HTML in a row.
Bug reported by Abel Romero Perez <romeroperezabel at gmail dot com>.
Ingo came up with the same diff and I'm borrowing his draft commit
message. ok schwarze@
