Merge branch 'master' into bplane

Merge quick fix from master
This commit is contained in:
Tim Edwards 2020-03-25 12:07:33 -04:00
commit 76411004b5
1 changed files with 1 additions and 1 deletions

View File

@ -987,7 +987,7 @@ calmaElementText()
{
idx = sl->lab_flags & PORT_NUM_MASK;
if (idx > i) i = idx;
if (!strcmp(sl->lab_text, textbody))
if ((sl != lab) && !strcmp(sl->lab_text, textbody))
{
i = (sl->lab_flags & PORT_NUM_MASK) - 1;
break;