Corrected one more uninitialized variable, in ExtHard.c.

This commit is contained in:
Tim Edwards 2020-07-31 21:56:01 -04:00
parent 78fbbfa032
commit e00a9a293f
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ extHardSetLabel(scx, reg, arg)
}
GeoTransRect(&scx->scx_trans, &r, &newlab->lab_rect);
newlab->lab_type = oldlab->lab_type;
newlab->lab_flags = oldlab->lab_flags;
text = oldlab->lab_text;
/* Don't care, really, which orientation the label has */