summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index ae7358a..0e1cb4e 100644
--- a/read.c
+++ b/read.c
@@ -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. */