aboutsummaryrefslogtreecommitdiffstats
path: root/math/siag/files/patch-ae
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-06-25 21:17:46 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-06-25 21:17:46 +0000
commit4110f50b53434ba959b77888d00335ce3d92cd9f (patch)
treeed3a704de597047d3ac4b6ceb68728157512be43 /math/siag/files/patch-ae
parentce5fc21e509fe96d1a0f2fb747c62e1226243fa8 (diff)
Update to 3.1.18 and un-BROKEN it.
PR: 12352 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'math/siag/files/patch-ae')
-rw-r--r--math/siag/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/siag/files/patch-ae b/math/siag/files/patch-ae
new file mode 100644
index 000000000000..9910c3f6561c
--- /dev/null
+++ b/math/siag/files/patch-ae
@@ -0,0 +1,11 @@
+--- siag/railway.c.orig Sun Jun 6 10:30:40 1999
++++ siag/railway.c Tue Jun 22 13:59:53 1999
+@@ -375,7 +375,7 @@
+ void ref_expander(buffer *buf, char *src, char *dest,
+ char *brk, char *tmpl, char *rng)
+ {
+- int a1_refs = buf->a1_refs;
++ int a1_refs = buf ? buf->a1_refs : 0;
+ ref_state state = REF_START;
+ char *exp;
+ char *start, *end;