groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Groff] Re: Fw: post-grohtml core dump


From: Gaius Mulley
Subject: [Groff] Re: Fw: post-grohtml core dump
Date: 15 Mar 2005 07:39:12 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Werner LEMBERG <address@hidden> writes:

> From: "Y T" <address@hidden>
> Subject: post-grohtml core dump
> To: address@hidden
> Date: Thu, 10 Mar 2005 18:21:55 -0800
> 
> ------------------- CUT HERE -------------------------------
> .LP
> This is a test
> .IP X
> Line number 2
> .LP
> .ce 1
> Line number 3
> ------------------- CUT HERE -------------------------------

again, thanks for the report, here is a patch to fix the bug:

Gaius


--- groff-cvs/src/devices/grohtml/post-html.cpp 2005-02-27 06:26:15.000000000 
+0000
+++ groff-html/src/devices/grohtml/post-html.cpp        2005-03-15 
09:28:54.218641699 +0000
@@ -3622,6 +3622,7 @@
       } else if (g->is_ce() && (start_of_table != NULL)) {
        add_table_end("*** CE ***");
        start_of_table->remember_table(tbl);
+       tbl = new html_table(&html, -1);
        start_of_table = NULL;
        last = NULL;
       } else if (g->is_ta()) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]