Merge branch 'master' into netgen-1.5

This commit is contained in:
Tim Edwards 2022-09-24 02:00:02 -04:00
commit 8d7569e9a3
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
1.5.232
1.5.233

View File

@ -7675,8 +7675,8 @@ int MatchPins(struct nlist *tc1, struct nlist *tc2, int dolist)
break;
}
}
if (hasDevices1 != hasDevices2)
result = -2; // Attempt to compare empty cell to non-empty cell
if (hasDevices1 != hasDevices2 && result != 1)
result = -2; // Attempt to compare empty cell to non-empty cell fails if pins don't match exactly
if (result < 0) return result;