From f1daf6720043c4c7427780fde6effdacf4e405af Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 3 May 1993 21:14:22 +0000 Subject: [PATCH] Formerly read.c.~57~ --- read.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/read.c b/read.c index e87ac1ca..01706099 100644 --- a/read.c +++ b/read.c @@ -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 -- 2.47.3