- Big catchup commit to make sure we are up to beta7.
This includes a number of single patches, ranging from the vista fix with the buffers, to the start of many new minor features.
This commit is contained in:
@@ -317,7 +317,9 @@ xmlVariable (const System sys, const Term variable, const int run)
|
||||
{
|
||||
xmlIndentPrint ();
|
||||
eprintf ("<variable typeflaw=\"");
|
||||
if (!checkTypeTerm (0, variable))
|
||||
/* TODO this is now wrong, because it does not switch the matching more
|
||||
* anymore */
|
||||
if (!checkTypeTerm (variable))
|
||||
{
|
||||
eprintf ("true");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user