summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options')
-rw-r--r--src/options/options_template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/options_template.cpp b/src/options/options_template.cpp
index 9b9b711ad..a3fc91c95 100644
--- a/src/options/options_template.cpp
+++ b/src/options/options_template.cpp
@@ -383,7 +383,7 @@ int Options::parseOptions(int argc, char* main_argv[]) throw(OptionException) {
Debug("preemptGetopt") << "in preempt code, c == " << c << " (`" << char(c) << "') optind == " << optind << std::endl;
if(optind >= extra_argc) {
Debug("preemptGetopt") << "-- no more preempt args" << std::endl;
- unsigned i = 0;
+ unsigned i = 1;
while(extra_argv[i] != NULL && extra_argv[i][0] != '\0') {
extra_argv[i][0] = '\0';
++i;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback