Parser
- Renamed A3t to Parser.
This commit is contained in:
@@ -48,7 +48,7 @@ CmdExec::CmdExec ()
|
||||
int CmdExec::execute (std::string& output)
|
||||
{
|
||||
std::string command_line;
|
||||
join (command_line, " ", context.a3t.getWords ());
|
||||
join (command_line, " ", context.parser.getWords ());
|
||||
return system (command_line.c_str ());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user