gbranden pushed a commit to branch master
in repository groff.

commit f16b0fee453f9971eaea26a3283ef6b04041d07e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri May 16 20:44:59 2025 -0500

    [troff]: Comment out assertion.
    
    * src/roff/troff/node.cpp (real_output_file::on): Comment out assertion
      that fails when formatting "pic.ms" as HTML.
---
 ChangeLog               | 5 +++++
 src/roff/troff/node.cpp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 4af839f7d..307007e01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2025-05-16  G. Branden Robinson <[email protected]>
+
+       * src/roff/troff/node.cpp (real_output_file::on): Comment out
+       assertion that fails when formatting "pic.ms" as HTML.
+
 2025-05-16  G. Branden Robinson <[email protected]>
 
        [groff]: Fix Savannah #67133; fail when piped command gets a
diff --git a/src/roff/troff/node.cpp b/src/roff/troff/node.cpp
index dc2a5e2c0..79996071e 100644
--- a/src/roff/troff/node.cpp
+++ b/src/roff/troff/node.cpp
@@ -1832,7 +1832,7 @@ void real_output_file::on()
 {
   really_on();
   // XXX: Assertion fails when generating pic.html.  Find out why.
-  assert(!is_output_on);
+  //assert(!is_output_on);
   is_output_on = true;
 }
 

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to