more optlist verbose follow-up
This commit is contained in:
+2
-1
@@ -4269,7 +4269,7 @@ pfxfn_IBM_(int optidx UNUSED, int req, boolean negated UNUSED,
|
|||||||
return optn_err;
|
return optn_err;
|
||||||
opts[0] = '\0';
|
opts[0] = '\0';
|
||||||
return optn_ok;
|
return optn_ok;
|
||||||
}
|
}b
|
||||||
return optn_ok;
|
return optn_ok;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
@@ -4284,6 +4284,7 @@ int pfxfn_verbose(int optidx UNUSED, int req, boolean negated,
|
|||||||
boolean param_optional = FALSE;
|
boolean param_optional = FALSE;
|
||||||
|
|
||||||
if (req == do_init) {
|
if (req == do_init) {
|
||||||
|
flags.verbose = allopt[optidx].opt_in_out;
|
||||||
return optn_ok;
|
return optn_ok;
|
||||||
}
|
}
|
||||||
if (req == do_set) {
|
if (req == do_set) {
|
||||||
|
|||||||
Reference in New Issue
Block a user