mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Fix an uninitialised variable.
This looks like a real error! And recently introduced, in commit
cd094b28a3
.
This commit is contained in:
parent
ed94aa5058
commit
c12cde1bea
@ -1540,6 +1540,7 @@ void winctrl_layout(struct dlgparam *dp, struct winctrls *wc,
|
||||
sfree(escaped);
|
||||
sfree(wrapped);
|
||||
} else {
|
||||
num_ids = 1;
|
||||
editboxfw(&pos, false, true, NULL, 0, base_id);
|
||||
SetDlgItemText(pos.hwnd, base_id, ctrl->label);
|
||||
MakeDlgItemBorderless(pos.hwnd, base_id);
|
||||
|
Loading…
Reference in New Issue
Block a user