mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-27 07:15:02 +00:00
Formerly function.c.~22~
This commit is contained in:
parent
2fbb3407dd
commit
3d72bcb583
1 changed files with 1 additions and 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)
|
||||
|
|
Loading…
Reference in a new issue