mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d80572ef73
o Add patch to avoid divide-by-zero trap o Merge patches for gnuplot-3.7.1 PR: 16120 Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp> Reviewed by: maintainer
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
# save-position
|
|
--- misc.c.ORIG Wed Sep 29 18:17:27 1999
|
|
+++ misc.c Sun Dec 5 21:46:23 1999
|
|
@@ -1006,8 +1006,7 @@
|
|
FILE *fp;
|
|
struct position *pos;
|
|
{
|
|
- static char *msg[] =
|
|
- {"first_axes ", "second axes ", "graph ", "screen "};
|
|
+ static char *msg[] = { "first ", "second ", "graph ", "screen " };
|
|
|
|
assert(first_axes == 0 && second_axes == 1 && graph == 2 && screen == 3);
|
|
|