]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly vpath.c.~5~
authorRoland McGrath <roland@redhat.com>
Mon, 16 Nov 1992 22:49:14 +0000 (22:49 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 16 Nov 1992 22:49:14 +0000 (22:49 +0000)
vpath.c

diff --git a/vpath.c b/vpath.c
index 986a18acb9fbcc8ed918567c0048e1185f5e4361..d8041505f357987aacfe7046440d8789668aa348 100644 (file)
--- a/vpath.c
+++ b/vpath.c
@@ -152,6 +152,7 @@ construct_vpath_list (pattern, dirpath)
      first colon and one nil, the list terminator and
      increment our estimated number for each colon or blank we find.  */
   maxelem = 2;
+  p = dirpath;
   while (*p != '\0')
     if (*p++ == ':' || isblank (*p))
       ++maxelem;