Update to 0.2.9.6.

This commit is contained in:
Maxim Sobolev 2001-06-05 10:48:02 +00:00
parent 5fb9532005
commit 724d554966
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43519
3 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= xlhtml
PORTVERSION= 0.2.9.2
PORTVERSION= 0.2.9.6
CATEGORIES= textproc
MASTER_SITES= http://www.xlhtml.org/
DISTNAME= xlHtml-${PORTVERSION}

View file

@ -1 +1 @@
MD5 (xlHtml-0.2.9.2.tar.gz) = 5603833433457cd8b1232cca30ffe8ee
MD5 (xlHtml-0.2.9.6.tar.gz) = 303d9b0dae20cecaac8f0812113eb34c

View file

@ -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