diff options
author | Roland McGrath <roland@redhat.com> | 1993-05-03 21:14:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-05-03 21:14:22 +0000 |
commit | f1daf6720043c4c7427780fde6effdacf4e405af (patch) | |
tree | 6e22f256388338df7fd68cf0ec7499d178d512c2 | |
parent | e8c11d4e320e833669460e45cdad16652c2f740d (diff) | |
download | gunmake-f1daf6720043c4c7427780fde6effdacf4e405af.tar.gz |
Formerly read.c.~57~
-rw-r--r-- | read.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -505,9 +505,9 @@ read_makefile (filename, type) /* Parse the list of file names. */ p2 = p; files = multi_glob (parse_file_seq (&p2, '\0', - sizeof (struct nameseq)), - sizeof (struct nameseq), - 1); + sizeof (struct nameseq), + 1), + sizeof (struct nameseq)); free (p); /* Save the state of conditionals and start |