mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user