diff --git a/VERSION b/VERSION index 0b00a6f6..7eb9f00a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.3.188 +8.3.189 diff --git a/resis/ResMain.c b/resis/ResMain.c index 78e32d29..bb661d6c 100644 --- a/resis/ResMain.c +++ b/resis/ResMain.c @@ -212,6 +212,12 @@ ResMakePortBreakpoints(def) node=(ResSimNode *) HashGetValue(entry); if (node->status & PORTNODE) { + if (node->rs_ttype <= 0) + { + TxError("Warning: Label \"%s\" is unconnected.\n", node->name); + continue; + } + plane = def->cd_planes[DBPlane(node->rs_ttype)]; rect = &(node->rs_bbox);