From: Roland McGrath Date: Mon, 16 Nov 1992 22:49:14 +0000 (+0000) Subject: Formerly vpath.c.~5~ X-Git-Tag: 3.70.2~538 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45649948dbef1729a6243349b3b90948365f0dbe;p=thirdparty%2Fmake.git Formerly vpath.c.~5~ --- diff --git a/vpath.c b/vpath.c index 986a18ac..d8041505 100644 --- 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;