From 0108088f52ee58fc8a2e83f86c9f2506165a16cd Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 6 Feb 2007 21:47:54 +0000 Subject: 23152: make ztrcmp() respect MULTIBYTE make sorting of printed hash tables more consistent --- 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 398958cce..fa6d50c6e 100644 --- a/Src/module.c +++ b/Src/module.c @@ -1265,7 +1265,7 @@ bin_zmodload_auto(char *nam, char **args, Options ops) return ret; } else if(!*args) { /* list autoloaded builtins */ - scanhashtable(builtintab, 0, 0, 0, + scanhashtable(builtintab, 1, 0, 0, autoloadscan, OPT_ISSET(ops,'L') ? PRINT_LIST : 0); return 0; } else { -- cgit 1.4.1