summaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-src_plotter.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/oleo/files/patch-src_plotter.c')
-rw-r--r--math/oleo/files/patch-src_plotter.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/oleo/files/patch-src_plotter.c b/math/oleo/files/patch-src_plotter.c
index def62641a299..23d308a02997 100644
--- a/math/oleo/files/patch-src_plotter.c
+++ b/math/oleo/files/patch-src_plotter.c
@@ -1,6 +1,6 @@
---- src/plotter.c.orig Wed Jan 19 18:27:00 2005
-+++ src/plotter.c Wed Jan 19 18:27:27 2005
-@@ -2639,7 +2639,7 @@
+--- src/plotter.c.orig 2000-11-22 19:33:01 UTC
++++ src/plotter.c
+@@ -2639,7 +2639,7 @@ sp_plot_point(Multigrapher *mg, const Po
case SP_PLOT_PIE:
sp_pie_plot_point(mg, point);
break;
@@ -9,7 +9,7 @@
/* ?? */
}
}
-@@ -2770,7 +2770,7 @@
+@@ -2770,7 +2770,7 @@ sp_begin_plot(Multigrapher *mg, double s
case SP_PLOT_PIE:
sp_pie_begin_graph(mg, scale, trans_x, trans_y);
break;
@@ -18,7 +18,7 @@
/* ??? */
}
-@@ -2790,7 +2790,7 @@
+@@ -2790,7 +2790,7 @@ sp_end_plot(Multigrapher *mg)
case SP_PLOT_PIE:
sp_pie_end_graph(mg);
break;