diff options
Diffstat (limited to 'textproc/word2x')
-rw-r--r-- | textproc/word2x/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/word2x/files/patch-ae b/textproc/word2x/files/patch-ae new file mode 100644 index 000000000000..2b734c2fff4d --- /dev/null +++ b/textproc/word2x/files/patch-ae @@ -0,0 +1,11 @@ +--- html-table.cc.orig Sat Jun 19 17:35:05 1999 ++++ html-table.cc Sat Jun 19 17:35:25 1999 +@@ -264,7 +264,7 @@ + } + + /* Destructor */ +-html_table::~html_table(int c, int r) ++html_table::~html_table() + { + int i; + struct col_info *col, *nxt; |