]> granicus.if.org Git - re2c/commitdiff
- Fix another issue in short args
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 22 Apr 2007 10:40:39 +0000 (10:40 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sun, 22 Apr 2007 10:40:39 +0000 (10:40 +0000)
re2c/mbo_getopt.cc

index 66a42e79a2074863c0482d55dba9e7babd25570c..6cf375788adc7bd524b361341e86043de69dfcac 100755 (executable)
@@ -142,6 +142,7 @@ int mbo_getopt(int argc, char* const *argv, const mbo_opt_struct *opts, char **o
                                else
                                {
                                        optchr++;
+                                       arg_start++;
                                }
 
                                return (mbo_opt_error(argc, argv, errind, errchr, OPTERRNF, show_err));