]> git.kaiwu.me - klib.git/commitdiff
bug due to the last change
authorHeng Li <lh3@me.com>
Thu, 30 Aug 2018 06:54:16 +0000 (20:54 -1000)
committerHeng Li <lh3@me.com>
Thu, 30 Aug 2018 06:54:16 +0000 (20:54 -1000)
ketopt.c

index 55d086c2e6573d73d9193a73012859d16cc2c8db..bb6ce69ec046ae28596d55afcd052692209c4dd7 100644 (file)
--- a/ketopt.c
+++ b/ketopt.c
@@ -1,7 +1,7 @@
 #include <string.h> /* for strchr() and strncmp() */
 #include "ketopt.h"
 
-ketopt_t KETOPT_INIT = { 1, 0, 0, 1, 0, 0 };
+ketopt_t KETOPT_INIT = { 1, 0, 0, -1, 1, 0, 0 };
 
 static void ketopt_permute(char *argv[], int j, int n) /* move argv[j] over n elements to the left */
 {