diff options
Diffstat (limited to 'Source/kwsys/CommandLineArguments.cxx')
-rw-r--r-- | Source/kwsys/CommandLineArguments.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/CommandLineArguments.cxx b/Source/kwsys/CommandLineArguments.cxx index da80853..5a550b5 100644 --- a/Source/kwsys/CommandLineArguments.cxx +++ b/Source/kwsys/CommandLineArguments.cxx @@ -306,6 +306,7 @@ int CommandLineArguments::Parse() this->Internals->LastArgument --; return 0; } + return 1; } else if ( this->StoreUnusedArgumentsFlag ) { |