diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-08 14:04:51 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-05-08 14:04:51 +0000 |
| commit | f7246fb559da77ac718b610132cdfb6ea07dc686 (patch) | |
| tree | d19a25c7315641afe91d6e2007a54294d028fb3a /Src/module.c | |
| parent | 24980: zmodload -mF (diff) | |
| download | zsh-f7246fb559da77ac718b610132cdfb6ea07dc686.tar zsh-f7246fb559da77ac718b610132cdfb6ea07dc686.tar.gz zsh-f7246fb559da77ac718b610132cdfb6ea07dc686.tar.bz2 zsh-f7246fb559da77ac718b610132cdfb6ea07dc686.tar.lz zsh-f7246fb559da77ac718b610132cdfb6ea07dc686.tar.xz zsh-f7246fb559da77ac718b610132cdfb6ea07dc686.tar.zst zsh-f7246fb559da77ac718b610132cdfb6ea07dc686.zip | |
unposted: bad argument to zmodload -F error message
Diffstat (limited to 'Src/module.c')
| -rw-r--r-- | Src/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |
