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:
parent
bc46a7d469
commit
189d62da9b
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue