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/params.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/params.c') 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)) -- cgit 1.4.1