diff options
author | Roland McGrath <roland@redhat.com> | 1993-05-14 23:09:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-05-14 23:09:34 +0000 |
commit | 8aa529e55eab708e69a8251221b0c3f4841ca76e (patch) | |
tree | a000db23852c2dbd07f6187ff91c38a405bdedd3 /vpath.c | |
parent | 03acd424083a8f83f02ee6999c69ae2e2457a180 (diff) | |
download | gunmake-8aa529e55eab708e69a8251221b0c3f4841ca76e.tar.gz |
Formerly vpath.c.~11~
Diffstat (limited to 'vpath.c')
-rw-r--r-- | vpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ construct_vpath_list (pattern, dirpath) free ((char *) path); } - lastpath = next; + lastpath = path; path = next; } |