Made a few corrections that stem from the change to add a separate

record to the label structure to hold the port number.  One major
issue stemming from this was reported in github issue #203 by Anton
Blanchard.  This commit fixes that error.
This commit is contained in:
Tim Edwards
2021-12-22 12:08:34 -05:00
parent ea414c822d
commit 716848067e
5 changed files with 12 additions and 3 deletions
+1
View File
@@ -793,6 +793,7 @@ extSubtreeFunc(scx, ha)
newlab->lab_type = lab->lab_type;
newlab->lab_rect = lab->lab_rect;
newlab->lab_flags = lab->lab_flags;
newlab->lab_port = lab->lab_port;
strcpy(newlab->lab_text, lab->lab_text);
newlab->lab_next = cumUse->cu_def->cd_labels;