diff options
Diffstat (limited to 'textproc/xlhtml/files/patch-ac')
-rw-r--r-- | textproc/xlhtml/files/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/xlhtml/files/patch-ac b/textproc/xlhtml/files/patch-ac index 22bc187c92ab..1aceae3ec8f6 100644 --- a/textproc/xlhtml/files/patch-ac +++ b/textproc/xlhtml/files/patch-ac @@ -1,6 +1,6 @@ ---- xlHtml/xlHtml.c.orig Tue Mar 28 09:56:24 2000 -+++ xlHtml/xlHtml.c Mon Mar 27 23:06:47 2000 -@@ -645,8 +645,13 @@ +--- 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 @@ ws_array[i]->ws_title.str, ws_array[i]->biggest_row, ws_array[i]->biggest_col); } } @@ -10,7 +10,7 @@ + xr2 = ws_array[xp]->biggest_row; + if(xc2 == MAX_COLS) + xc2 = ws_array[xp]->biggest_col; - OutputTableGnuPlot(); + OutputPartialTableAscii(); + } } else |