groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ./ChangeLog src/devices/grohtml/post-html...


From: Werner LEMBERG
Subject: [Groff-commit] groff ./ChangeLog src/devices/grohtml/post-html...
Date: Tue, 15 Mar 2005 17:07:46 -0500

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 05/03/15 22:07:46

Modified files:
        .              : ChangeLog 
        src/devices/grohtml: post-html.cpp 

Log message:
        * src/devices/grohtml/post-html.cpp
        (html_printer::lookahead_for_tables): End .ce properly to avoid a
        segfault.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/ChangeLog.diff?tr1=1.798&tr2=1.799&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/src/devices/grohtml/post-html.cpp.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.798 groff/ChangeLog:1.799
--- groff/ChangeLog:1.798       Tue Mar 15 10:14:15 2005
+++ groff/ChangeLog     Tue Mar 15 22:07:45 2005
@@ -1,3 +1,9 @@
+2005-03-15  Gaius Mulley  <address@hidden>
+
+       * src/devices/grohtml/post-html.cpp
+       (html_printer::lookahead_for_tables): End .ce properly to avoid a
+       segfault.
+
 2005-03-15  Werner LEMBERG  <address@hidden>
 
        makeinfo 4.8 doesn't produce good HTML output from groff.texinfo.
Index: groff/src/devices/grohtml/post-html.cpp
diff -u groff/src/devices/grohtml/post-html.cpp:1.20 
groff/src/devices/grohtml/post-html.cpp:1.21
--- groff/src/devices/grohtml/post-html.cpp:1.20        Sun Feb 27 06:26:15 2005
+++ groff/src/devices/grohtml/post-html.cpp     Tue Mar 15 22:07:46 2005
@@ -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]