Verbose reversion follow-up

This commit is contained in:
nhmall
2023-10-29 21:02:47 -04:00
parent 6cbefc7c2d
commit a3f452bbe0
5 changed files with 17 additions and 174 deletions

View File

@@ -448,7 +448,7 @@ parseoptions(
boolean tfrom_file)
{
char *op;
boolean negated, got_match = FALSE;
boolean negated, got_match = FALSE, pfx_match = FALSE;
#if 0
boolean has_val = FALSE;
#endif
@@ -505,7 +505,7 @@ parseoptions(
if (allopt[i].pfx) {
if (str_start_is(opts, allopt[i].name, TRUE)) {
matchidx = i;
got_match = TRUE;
got_match = pfx_match = TRUE;
}
}
#if 0 /* this prevents "boolopt:True" &c */