From b215abb6989dfe8c58bc750f2980c0460682ca7d Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 22 Jun 2022 14:11:51 -0400 Subject: [PATCH] more optlist verbose follow-up --- src/options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 4a24f4140..8ad18b746 100644 --- a/src/options.c +++ b/src/options.c @@ -4269,7 +4269,7 @@ pfxfn_IBM_(int optidx UNUSED, int req, boolean negated UNUSED, return optn_err; opts[0] = '\0'; return optn_ok; - } + }b return optn_ok; } #endif @@ -4284,6 +4284,7 @@ int pfxfn_verbose(int optidx UNUSED, int req, boolean negated, boolean param_optional = FALSE; if (req == do_init) { + flags.verbose = allopt[optidx].opt_in_out; return optn_ok; } if (req == do_set) {