mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-12 08:30:53 +00:00
Formerly vpath.c.~14~
This commit is contained in:
parent
8e73c0981b
commit
2a19159394
1 changed files with 2 additions and 1 deletions
3
vpath.c
3
vpath.c
|
@ -158,8 +158,9 @@ construct_vpath_list (pattern, dirpath)
|
||||||
free ((char *) path->searchpath);
|
free ((char *) path->searchpath);
|
||||||
free ((char *) path);
|
free ((char *) path);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
lastpath = path;
|
||||||
|
|
||||||
lastpath = path;
|
|
||||||
path = next;
|
path = next;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue