From eedfdb916a2ee53e0f561f0c16f9961f775a037c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 31 Jul 2007 14:35:52 +0000 Subject: 23733: zmodload -LaF didn't include unloaded modules --- 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 c3785e609..a89010d74 100644 --- a/Src/module.c +++ b/Src/module.c @@ -215,7 +215,7 @@ printmodulenode(HashNode hn, int flags) fputs(" -> ", stdout); nicezputs(m->u.alias, stdout); } - } else if (m->u.handle) { + } else if (m->u.handle || (flags & PRINTMOD_AUTO)) { /* * Loaded module. */ -- cgit 1.4.1