- Fixed intruder generated value displays.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user