diff --git a/Source/cmWrapTclCommand.cxx b/Source/cmWrapTclCommand.cxx index b563c3ace..b6e3d402c 100644 --- a/Source/cmWrapTclCommand.cxx +++ b/Source/cmWrapTclCommand.cxx @@ -18,7 +18,7 @@ // cmWrapTclCommand bool cmWrapTclCommand::Invoke(std::vector& args) { - if(args.size() < 0 ) + if(args.size() > 0 ) { this->SetError("called with incorrect number of arguments"); return false;