summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpath.c b/vpath.c
index 33e92c7..db53168 100644
--- a/vpath.c
+++ b/vpath.c
@@ -147,7 +147,7 @@ construct_vpath_list (pattern, dirpath)
free ((char *) path);
}
- lastpath = next;
+ lastpath = path;
path = next;
}