From: rcombs Date: Mon, 17 Nov 2014 20:55:52 +0000 (-0500) Subject: patched around markup issue X-Git-Tag: 3.0.0-233~1210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e0c052d63078f43b01a4232ef47e9ae76d1a262;p=thirdparty%2Fsnort3.git patched around markup issue --- diff --git a/tools/snort2lua/helpers/parse_cmd_line.cc b/tools/snort2lua/helpers/parse_cmd_line.cc index f1ee8f6a9..994ac0f21 100644 --- a/tools/snort2lua/helpers/parse_cmd_line.cc +++ b/tools/snort2lua/helpers/parse_cmd_line.cc @@ -502,7 +502,7 @@ static void help_args(const char* /*pfx*/, const char* /*val*/) break; } - std::cout << Markup::add_newline() << std::endl; + //std::cout << Markup::add_newline() << std::endl; FIXIT-H-J undefined } ++p; }