Corrected a really stupid error which prevented the "extract

unique notopports" from working.  Fixes issue #186 reported by
Mitch Bailey.
This commit is contained in:
Tim Edwards 2022-09-28 17:45:28 -04:00
parent bc46a7d469
commit 189d62da9b
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.327
8.3.328

View File

@ -406,7 +406,7 @@ ExtUnique(rootUse, option)
def->cd_client = (ClientData) 0;
if (!SigInterruptPending)
nwarn += extUniqueCell(def, option);
nwarn += extUniqueCell(def, locoption);
}
StackFree(extDefStack);
if (nwarn)