From 28078b517a3151f18cf427be87600803251d732b Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 4 Mar 2005 12:52:32 +0000 Subject: - Missing docs for $| - Update NEWS and AUTHORS files. - Fix support request #103195. - Apply patch #3679 - Fix handling of sys_siglist in autoconf/etc. --- function.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'function.c') diff --git a/function.c b/function.c index c2bd16f..983df74 100644 --- a/function.c +++ b/function.c @@ -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; -- cgit v1.2.3