mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
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:
+1
-1
@@ -406,7 +406,7 @@ ExtUnique(rootUse, option)
|
|||||||
|
|
||||||
def->cd_client = (ClientData) 0;
|
def->cd_client = (ClientData) 0;
|
||||||
if (!SigInterruptPending)
|
if (!SigInterruptPending)
|
||||||
nwarn += extUniqueCell(def, option);
|
nwarn += extUniqueCell(def, locoption);
|
||||||
}
|
}
|
||||||
StackFree(extDefStack);
|
StackFree(extDefStack);
|
||||||
if (nwarn)
|
if (nwarn)
|
||||||
|
|||||||
Reference in New Issue
Block a user