summaryrefslogtreecommitdiff
path: root/src/options.cpp
diff options
context:
space:
mode:
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 );