diff options
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; } |