diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 18:01:20 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 18:01:20 +0000 |
commit | 89572a9bce2e3c7879ce41783be80135b7ff2d27 (patch) | |
tree | ee24df4b4a426cde7c8f9ba7c22d57df6aad0e97 /textproc/word2x | |
parent | 3c014fdf9c281aee36641e1f246cf473d3800900 (diff) | |
download | ports-89572a9bce2e3c7879ce41783be80135b7ff2d27.tar.gz ports-89572a9bce2e3c7879ce41783be80135b7ff2d27.zip |
Notes
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; |