diff options
author | Roland McGrath <roland@redhat.com> | 1992-04-14 22:31:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-04-14 22:31:19 +0000 |
commit | 7c92d87313a8a95fdbdb81612445238fc374b0b1 (patch) | |
tree | 1ab944c76f9fae28d38fd834ad0668344ac23405 | |
parent | 491a9d9cb45315d3cd1dac0a73b4485465bcbad8 (diff) | |
download | gunmake-7c92d87313a8a95fdbdb81612445238fc374b0b1.tar.gz |
Formerly read.c.~28~
-rw-r--r-- | read.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1301,7 +1301,7 @@ parse_file_seq (stringp, stopchar, size, strip) p--; if (strip) - while (q[0] == '.' && q[1] == '/' && q[2] != '\0') + while (q[0] == '.' && q[1] == '/' && q[2] != '\0' && !isblank (q[2])) q += 2; /* Extract the filename just found, and skip it. */ |