- Fixed intruder generated value displays.

This commit is contained in:
ccremers
2006-12-05 10:10:17 +00:00
parent dbe2042c01
commit 8d66dc48fd
7 changed files with 2384 additions and 2049 deletions

View File

@@ -1740,6 +1740,9 @@ createNewTermGeneric (Termlist tl, Term t)
memcpy (newterm, t, sizeof (struct term));
TermRunid (newterm) = freenumber;
/* The type of the new term should be that of the parent! */
newterm->stype = termlistAppend (NULL, t);
/* return */
return termlistPrepend (tl, newterm);
}