From: Heng Li Date: Thu, 30 Aug 2018 06:54:16 +0000 (-1000) Subject: bug due to the last change X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=c3ff4d3a1b083b9b14a807e34e6bea5e84e2207e;p=klib.git bug due to the last change --- diff --git a/ketopt.c b/ketopt.c index 55d086c..bb6ce69 100644 --- a/ketopt.c +++ b/ketopt.c @@ -1,7 +1,7 @@ #include /* 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 */ {