diff options
Diffstat (limited to 'textproc/xlhtml/files/patch-ac')
-rw-r--r-- | textproc/xlhtml/files/patch-ac | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/textproc/xlhtml/files/patch-ac b/textproc/xlhtml/files/patch-ac index 1aceae3ec8f6..4442c671ee7c 100644 --- a/textproc/xlhtml/files/patch-ac +++ b/textproc/xlhtml/files/patch-ac @@ -1,14 +1,17 @@ ---- xlHtml/xlHtml.c.orig Sun Jun 3 22:37:46 2001 -+++ xlHtml/xlHtml.c Tue Jun 5 13:25:45 2001 -@@ -692,8 +692,13 @@ + +$FreeBSD$ + +--- xlhtml/xlhtml.c 2002/02/27 18:10:01 1.1 ++++ xlhtml/xlhtml.c 2002/02/27 18:12:58 +@@ -746,8 +746,13 @@ ws_array[i]->ws_title.str, ws_array[i]->biggest_row, ws_array[i]->biggest_col); } } - else if (Xtract) + else if (Xtract) { -+ if(xr2 == MAX_ROWS) ++ if (xr2 == HARD_MAX_ROWS) + xr2 = ws_array[xp]->biggest_row; -+ if(xc2 == MAX_COLS) ++ if (xc2 == HARD_MAX_COLS) + xc2 = ws_array[xp]->biggest_col; OutputPartialTableAscii(); + } |