mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly vpath.c.~5~
This commit is contained in:
parent
7d8fafa4b7
commit
45649948db
1 changed files with 1 additions and 0 deletions
1
vpath.c
1
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;
|
||||
|
|
Loading…
Reference in a new issue