From ef3b2ec9fd41f18ab20018a6de3af7a09dbcedd3 Mon Sep 17 00:00:00 2001 From: zimoch Date: Wed, 9 Jun 2010 08:10:33 +0000 Subject: [PATCH] allow formats in exec --- src/StreamCore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StreamCore.cc b/src/StreamCore.cc index 21ca523..a0f0ba6 100644 --- a/src/StreamCore.cc +++ b/src/StreamCore.cc @@ -360,7 +360,7 @@ compileCommand(StreamProtocolParser::Protocol* protocol, { buffer.append(exec_cmd); if (!protocol->compileString(buffer, args, - NoFormat, this)) + PrintFormat, this)) { return false; }