diff options
Diffstat (limited to 'contrib/cvs/src/history.c')
-rw-r--r-- | contrib/cvs/src/history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/src/history.c b/contrib/cvs/src/history.c index 7d28e81..ae13409 100644 --- a/contrib/cvs/src/history.c +++ b/contrib/cvs/src/history.c @@ -395,7 +395,7 @@ history (argc, argv) since_tag = xstrdup (""); backto = xstrdup (""); rec_types = xstrdup (""); - optind = 1; + optind = 0; while ((c = getopt (argc, argv, "+Tacelow?D:b:f:m:n:p:r:t:u:x:X:z:")) != -1) { switch (c) |