wfobj: ignore object name directive for now

This commit is contained in:
Josh Holtrop 2012-09-07 23:57:43 -04:00
parent 465c2c50be
commit 4d3f088e3f

View File

@ -240,6 +240,10 @@ void WFObj::processInputLine(const std::string & input)
{
/* ignore group name */
}
else if (type == "o")
{
/* ignore object name */
}
else
{
cerr << "WFObj: warning: unhandled command '" << type << "'" << endl;