- Bugfix: separators between local constants were not printed correctly.

This commit is contained in:
ccremers 2006-07-02 23:44:18 +00:00
parent fc8b0de971
commit 784304ed65

View File

@ -1185,6 +1185,7 @@ showLocal (const int run, Term told, Term tnew, char *prefix, char *cursep)
}
else
{
eprintf (cursep);
eprintf (prefix);
termPrintRemap (tnew);
}