mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-02-03 21:52:24 +00:00
Fix my fix (r5539) to the `multi-changesettings-crash' fix. Ahem.
[originally from svn r5543]
[r5539 == 5b695d81ad
]
This commit is contained in:
parent
faf59c78be
commit
ddb1fc1256
@ -1979,7 +1979,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
|
|||||||
prev_cfg = cfg;
|
prev_cfg = cfg;
|
||||||
|
|
||||||
reconfig_result =
|
reconfig_result =
|
||||||
!do_reconfig(hwnd, back ? back->cfg_info(backhandle) : 0);
|
do_reconfig(hwnd, back ? back->cfg_info(backhandle) : 0);
|
||||||
reconfiguring = FALSE;
|
reconfiguring = FALSE;
|
||||||
if (!reconfig_result)
|
if (!reconfig_result)
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user