From fc35590c6dddf32e1fa855b541dc28a23965f90c Mon Sep 17 00:00:00 2001 From: peter 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/patch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cvs/src/patch.c') diff --git a/contrib/cvs/src/patch.c b/contrib/cvs/src/patch.c index 4c21943..1cf8397 100644 --- a/contrib/cvs/src/patch.c +++ b/contrib/cvs/src/patch.c @@ -70,7 +70,7 @@ patch (argc, argv) if (argc == -1) usage (patch_usage); - optind = 1; + optind = 0; while ((c = getopt (argc, argv, "+V:k:cuftsQqlRD:r:")) != -1) { switch (c) -- cgit v1.1