1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/math/gnuplot+/files/patch-xj

14 lines
393 B
Plaintext
Raw Normal View History

# 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);