diff options
author | Roland McGrath <roland@redhat.com> | 1992-11-10 20:36:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-11-10 20:36:39 +0000 |
commit | 3d72bcb5834dc68761ba60144c977983f4d4029d (patch) | |
tree | d8a49e3cd62f64d8ad228f74135adec2b8fc12db /function.c | |
parent | 2fbb3407dded7bbc4bbaa0fd6fdbe39a38cbd845 (diff) | |
download | gunmake-3d72bcb5834dc68761ba60144c977983f4d4029d.tar.gz |
Formerly function.c.~22~
Diffstat (limited to 'function.c')
-rw-r--r-- | function.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |