From 189d62da9b007d4981d99bf6f391b3dcdecd63b9 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Wed, 28 Sep 2022 17:45:28 -0400 Subject: [PATCH] Corrected a really stupid error which prevented the "extract unique notopports" from working. Fixes issue #186 reported by Mitch Bailey. --- VERSION | 2 +- extract/ExtMain.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 9355be9e..5f039137 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.327 +8.3.328 diff --git a/extract/ExtMain.c b/extract/ExtMain.c index d904a332..46b36847 100644 --- a/extract/ExtMain.c +++ b/extract/ExtMain.c @@ -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)