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/options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Src/options.c') diff --git a/Src/options.c b/Src/options.c index d5e5ee552..d0474498c 100644 --- a/Src/options.c +++ b/Src/options.c @@ -578,7 +578,8 @@ bin_setopt(char *nam, char **args, UNUSED(Options ops), int isun) continue; } /* Loop over expansions. */ - scanmatchtable(optiontab, pprog, 0, OPT_ALIAS, setoption, !isun); + scanmatchtable(optiontab, pprog, 0, 0, OPT_ALIAS, + setoption, !isun); args++; } } -- cgit 1.4.1