Formerly vpath.c.~11~

This commit is contained in:
Roland McGrath 1993-05-14 23:09:34 +00:00
parent 03acd42408
commit 8aa529e55e

View File

@ -147,7 +147,7 @@ construct_vpath_list (pattern, dirpath)
free ((char *) path); free ((char *) path);
} }
lastpath = next; lastpath = path;
path = next; path = next;
} }