diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-27 18:23:39 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-27 18:23:39 +0000 |
commit | 0fba8fa7c63a57b1afb70961ac2ea4d62737e8a5 (patch) | |
tree | a831653d1495a5216b47ab5a71bb8bb74f741e52 /textproc/xlhtml/files/patch-ac | |
parent | Fix some typos. (diff) |
Update to 0.4.
Submitted by: Masaharu FUJITA <fujita@hpc.cs.ehime-u.ac.jp>
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(); + } |