1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/comms/xcept/files/patch-af

11 lines
382 B
Plaintext
Raw Normal View History

--- xcept/script.c.orig Sun Sep 1 18:24:46 1996
+++ xcept/script.c Sun Sep 1 18:32:08 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);