diff --git a/VERSION b/VERSION index c1cda334..5b22f009 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.54 +8.3.55 diff --git a/extract/ExtTech.c b/extract/ExtTech.c index 61d65a61..2b1e8933 100644 --- a/extract/ExtTech.c +++ b/extract/ExtTech.c @@ -2280,7 +2280,7 @@ ExtTechLine(sectionName, argc, argv) /* terminals */ for (i = iterm; i < iterm + nterm; i++) - DBTechNoisyNameMask(argv[iterm], &termtypes[i - iterm]); + DBTechNoisyNameMask(argv[i], &termtypes[i - iterm]); termtypes[nterm] = DBZeroTypeBits; if (nterm == 0) i++;