]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly function.c.~22~
authorRoland McGrath <roland@redhat.com>
Tue, 10 Nov 1992 20:36:39 +0000 (20:36 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 10 Nov 1992 20:36:39 +0000 (20:36 +0000)
function.c

index 96ecb86beec9adbe984abb9be96757a5d8b8070a..ac9a74de6e1ed389702c20e3fd5b6b180ec45512 100644 (file)
@@ -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)