aboutsummaryrefslogtreecommitdiffstats
path: root/math/gnuplot+/files/patch-xf
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnuplot+/files/patch-xf')
-rw-r--r--math/gnuplot+/files/patch-xf15
1 files changed, 15 insertions, 0 deletions
diff --git a/math/gnuplot+/files/patch-xf b/math/gnuplot+/files/patch-xf
new file mode 100644
index 000000000000..23d6991e880d
--- /dev/null
+++ b/math/gnuplot+/files/patch-xf
@@ -0,0 +1,15 @@
+# contour-clipping.991202
+--- contour.c.ORIG Thu Dec 2 15:15:03 1999
++++ contour.c Thu Dec 2 15:13:53 1999
+@@ -727,7 +727,11 @@
+ {
+ struct edge_struct *pe_temp = NULL;
+
++#if 1
++ if (point0->type == INRANGE && point1->type == INRANGE) {
++#else
+ if (point0->type != UNDEFINED && point1->type != UNDEFINED) {
++#endif
+
+ pe_temp = (struct edge_struct *)
+ gp_alloc((unsigned long) sizeof(struct edge_struct), "contour edge");