summaryrefslogtreecommitdiff
path: root/comms/xcept/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'comms/xcept/files/patch-ae')
-rw-r--r--comms/xcept/files/patch-ae8
1 files changed, 8 insertions, 0 deletions
diff --git a/comms/xcept/files/patch-ae b/comms/xcept/files/patch-ae
index 2d9b6d596bd4..d5e99520061a 100644
--- a/comms/xcept/files/patch-ae
+++ b/comms/xcept/files/patch-ae
@@ -99,6 +99,14 @@
--- xcept/script.c.orig Fri Sep 24 16:07:29 1993
+++ xcept/script.c Sun Sep 1 14:08:13 1996
+@@ -809,7 +809,6 @@
+ if(a->value == b->value)
+ return error("pc: %d - variables don't differ!\n",pc);
+ len = strlen(a->value) + strlen(b->value) + 1;
+- free(a->value);
+ if(!(a->value = ralloc(a->value,len))) return errorp("realloc\n");
+ strcat(a->value,b->value);
+
@@ -1082,7 +1082,8 @@
printf( "%s", b->value );
fflush(stdout);