more optlist verbose follow-up

This commit is contained in:
nhmall
2022-06-22 14:11:51 -04:00
parent 7c579ba7fd
commit b215abb698

View File

@@ -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) {