Corrected one more uninitialized variable, in ExtHard.c.
This commit is contained in:
parent
78fbbfa032
commit
e00a9a293f
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue