From aa134866ad3127753d521cc9aca28a226d941aa4 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 23 May 1997 14:48:05 +0000 Subject: Import a slightly newer version of 1.9.9 (as at 970523) that has fixed a few more memory leaks and cleaned up getopt usage. These were done shortly after the last one I imported. Very little has changed other than that. (except for some doc updates) Obtained from: cyclic.com --- contrib/cvs/src/commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cvs/src/commit.c') diff --git a/contrib/cvs/src/commit.c b/contrib/cvs/src/commit.c index c0c35975d6968..c43e35f353834 100644 --- a/contrib/cvs/src/commit.c +++ b/contrib/cvs/src/commit.c @@ -332,7 +332,7 @@ commit (argc, argv) } #endif /* CVS_BADROOT */ - optind = 1; + optind = 0; while ((c = getopt (argc, argv, "+nlRm:fF:r:")) != -1) { switch (c) -- cgit v1.2.3