Formerly vpath.c.~14~

This commit is contained in:
Roland McGrath 1993-12-14 19:28:59 +00:00
parent 8e73c0981b
commit 2a19159394

View file

@ -158,8 +158,9 @@ construct_vpath_list (pattern, dirpath)
free ((char *) path->searchpath);
free ((char *) path);
}
else
lastpath = path;
lastpath = path;
path = next;
}