- Bugfix: separators between local constants were not printed correctly.
This commit is contained in:
parent
fc8b0de971
commit
784304ed65
@ -1185,6 +1185,7 @@ showLocal (const int run, Term told, Term tnew, char *prefix, char *cursep)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
eprintf (cursep);
|
||||||
eprintf (prefix);
|
eprintf (prefix);
|
||||||
termPrintRemap (tnew);
|
termPrintRemap (tnew);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user