mirror of
https://github.com/mirror/make.git
synced 2026-09-02 20:58:10 +08:00
- Missing docs for $|
- Update NEWS and AUTHORS files. - Fix support request #103195. - Apply patch #3679 - Fix handling of sys_siglist in autoconf/etc.
This commit is contained in:
@@ -772,8 +772,8 @@ func_wordlist (char *o, char **argv, const char *funcname UNUSED)
|
||||
|
||||
start = atoi (argv[0]);
|
||||
if (start < 1)
|
||||
fatal (reading_file, "invalid first argument to `wordlist' function: '%d'",
|
||||
message, start);
|
||||
fatal (reading_file,
|
||||
"invalid first argument to `wordlist' function: `%d'", start);
|
||||
|
||||
count = atoi (argv[1]) - start + 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user