From 0321e6e39b8cf24718cf853c28f0f35443753264 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 30 Nov 2016 13:57:04 -0700 Subject: Working on the parser, some issues. --- src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/options.cpp') diff --git a/src/options.cpp b/src/options.cpp index c127022..3c016a6 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -191,7 +191,7 @@ int Options::execute( Bu::StringArray aArgs ) mbIn.write(" "); mbIn.write( aArgs[j] ); } -// Bu::println("eq: '''%1'''").arg( mbIn.getString() ); + Bu::println("eq: '''%1'''").arg( mbIn.getString() ); mbIn.setPos( 0 ); Bu::MemBuf mbOut; Lexer lex( mbIn ); -- cgit v1.2.3