diff --git a/VERSION b/VERSION index d8f6f88..d8d0e78 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.292 +1.5.293 diff --git a/base/netcmp.c b/base/netcmp.c index 23fe3ee..c00e634 100644 --- a/base/netcmp.c +++ b/base/netcmp.c @@ -6055,6 +6055,9 @@ PropertyMatch(struct Element *E1, struct Element *E2, #endif } + obn1 = ob1->next; + obn2 = ob2->next; + /* Find the first property record of each circuit. obn1, obn2 are */ /* the last device record before the properties for each device. */ for (tp1 = ob1->next; (tp1 != NULL) && tp1->type > FIRSTPIN; tp1 = tp1->next)