diff options
author | Roland McGrath <roland@redhat.com> | 1992-11-16 22:49:14 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-11-16 22:49:14 +0000 |
commit | 45649948dbef1729a6243349b3b90948365f0dbe (patch) | |
tree | 73c870a83e45f31d500812742480239dbd83ce98 | |
parent | 7d8fafa4b743d7d7e322589b6bb3632c48577a3c (diff) | |
download | gunmake-45649948dbef1729a6243349b3b90948365f0dbe.tar.gz |
Formerly vpath.c.~5~
-rw-r--r-- | vpath.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ construct_vpath_list (pattern, dirpath) first colon and one nil, the list terminator and increment our estimated number for each colon or blank we find. */ maxelem = 2; + p = dirpath; while (*p != '\0') if (*p++ == ':' || isblank (*p)) ++maxelem; |