diff options
Diffstat (limited to 'vpath.c')
-rw-r--r-- | vpath.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -158,8 +158,9 @@ construct_vpath_list (pattern, dirpath) free ((char *) path->searchpath); free ((char *) path); } + else + lastpath = path; - lastpath = path; path = next; } |