From e3180ada12753c23d67be6a9eb9c19fb92f6c8e5 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 14 Aug 2009 21:20:30 +0000 Subject: Corrected some logic, and ensured that build always builds against the static version of libbu++, just to be safe. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 7ea2f18..4153982 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -57,7 +57,7 @@ public: virtual int cmdParam( int argc, char *argv[] ) { - if( !sAction.isSet() ) + if( sAction.isSet() ) { printf("You can only specify one action per command line.\n\n"); exit( 1 ); -- cgit v1.2.3