From f7246fb559da77ac718b610132cdfb6ea07dc686 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 8 May 2008 14:04:51 +0000 Subject: unposted: bad argument to zmodload -F error message --- Src/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/module.c') diff --git a/Src/module.c b/Src/module.c index c4fb95c78..22e9c6abb 100644 --- a/Src/module.c +++ b/Src/module.c @@ -3122,7 +3122,7 @@ bin_zmodload_features(const char *nam, char **args, Options ops) zwarnnam(nam, patprogs ? "module `%s' has no feature matching: `%s'" : "module `%s' has no such feature: `%s'", - *arrp); + modname, *arrp); return 1; } } -- cgit 1.4.1