summaryrefslogtreecommitdiff
path: root/src/options.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2016-11-30 13:57:04 -0700
committerMike Buland <eichlan@xagasoft.com>2016-11-30 13:57:04 -0700
commit0321e6e39b8cf24718cf853c28f0f35443753264 (patch)
tree878bdaa2296014244f2dbe90d61c5c869e8204b7 /src/options.cpp
parentf50e787110c8b3ecbc1b07262842dd5fdc8a5e42 (diff)
downloadclic-0321e6e39b8cf24718cf853c28f0f35443753264.tar.gz
clic-0321e6e39b8cf24718cf853c28f0f35443753264.tar.bz2
clic-0321e6e39b8cf24718cf853c28f0f35443753264.tar.xz
clic-0321e6e39b8cf24718cf853c28f0f35443753264.zip
Working on the parser, some issues.
Diffstat (limited to 'src/options.cpp')
-rw-r--r--src/options.cpp2
1 files changed, 1 insertions, 1 deletions
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 )
191 mbIn.write(" "); 191 mbIn.write(" ");
192 mbIn.write( aArgs[j] ); 192 mbIn.write( aArgs[j] );
193 } 193 }
194// Bu::println("eq: '''%1'''").arg( mbIn.getString() ); 194 Bu::println("eq: '''%1'''").arg( mbIn.getString() );
195 mbIn.setPos( 0 ); 195 mbIn.setPos( 0 );
196 Bu::MemBuf mbOut; 196 Bu::MemBuf mbOut;
197 Lexer lex( mbIn ); 197 Lexer lex( mbIn );