summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/function.c b/function.c
index 96ecb86..ac9a74d 100644
--- a/function.c
+++ b/function.c
@@ -1141,7 +1141,7 @@ string_glob (line)
register struct nameseq *chain;
register unsigned int idx;
- chain = multi_glob (parse_file_seq (&line, '\0', sizeof (struct nameseq), 0),
+ chain = multi_glob (parse_file_seq (&line, '\0', sizeof (struct nameseq)),
sizeof (struct nameseq));
if (result == 0)