wfobj: ignore object name directive for now
This commit is contained in:
parent
465c2c50be
commit
4d3f088e3f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user