about summary refs log tree commit diff
path: root/Src/params.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-02-06 21:47:54 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-02-06 21:47:54 +0000
commit0108088f52ee58fc8a2e83f86c9f2506165a16cd (patch)
treebebb78bce7e19684f24c7e6c9b46cf1f2d65f6ce /Src/params.c
parentbae2ec88e587efb6f0cc9ef8db5d3c8b6de78382 (diff)
downloadzsh-0108088f52ee58fc8a2e83f86c9f2506165a16cd.tar.gz
zsh-0108088f52ee58fc8a2e83f86c9f2506165a16cd.tar.xz
zsh-0108088f52ee58fc8a2e83f86c9f2506165a16cd.zip
23152: make ztrcmp() respect MULTIBYTE
make sorting of printed hash tables more consistent
Diffstat (limited to 'Src/params.c')
-rw-r--r--Src/params.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/params.c b/Src/params.c
index 7d7f0e8e7..917f2ee85 100644
--- a/Src/params.c
+++ b/Src/params.c
@@ -4266,7 +4266,7 @@ printparamnode(HashNode hn, int printflags)
 	{
             HashTable ht = p->gsu.h->getfn(p);
             if (ht)
-		scanhashtable(ht, 0, 0, PM_UNSET,
+		scanhashtable(ht, 1, 0, PM_UNSET,
 			      ht->printnode, PRINT_KV_PAIR);
 	}
 	if (!(printflags & PRINT_KV_PAIR))