- Modified FILTER output to match debug output of tw.
This commit is contained in:
Paul Beckingham 2014-04-27 13:14:45 -07:00
parent 6f611d07f1
commit 9ee3e03922

View file

@ -204,7 +204,7 @@ int main (int argc, const char** argv)
std::cout << tree->dump ();
std::cout << "\n"
<< " Filter: "
<< " \033[1;37;42mFILTER\033[0m "
<< a3t.getFilterExpression ()
<< "\n";
}