summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lid.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lid.c b/src/lid.c
index 942a6f8..5ab7620 100644
--- a/src/lid.c
+++ b/src/lid.c
@@ -161,7 +161,7 @@ static int show_version;
/* Which radixes do we want? */
-static int radix_flag = radix_all;
+static int radix_flag = 0;
/* If nonzero, ignore differences in alphabetic case while matching. */
@@ -411,6 +411,8 @@ main (int argc, char **argv)
if (show_help)
help_me ();
+ if (radix_flag == 0)
+ radix_flag = radix_all;
if (separator_style == ss_contextual)
{
if (isatty (STDOUT_FILENO))