allow formats in exec

This commit is contained in:
zimoch
2010-06-09 08:10:33 +00:00
parent 1fb402e838
commit ef3b2ec9fd

View File

@ -360,7 +360,7 @@ compileCommand(StreamProtocolParser::Protocol* protocol,
{
buffer.append(exec_cmd);
if (!protocol->compileString(buffer, args,
NoFormat, this))
PrintFormat, this))
{
return false;
}