From 1905e1713f92c076af443f560f2ac0c0a864a1df Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 10 Oct 2003 13:32:17 +0000 Subject: Enable showdots to be set fro the command line. svn path=/trunk/; revision=3843 --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index bd4ebe70..8ab2adce 100644 --- a/options.c +++ b/options.c @@ -319,7 +319,7 @@ struct query *ctl; /* option record to be initialized */ rctl->invisible = TRUE; break; case LA_SHOWDOTS: - rctl->showdots = TRUE; + rctl->showdots = FLAG_TRUE; break; case 'f': case LA_RCFILE: -- cgit v1.2.3