mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02: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;
|
||||
|
||||
reconfig_result =
|
||||
!do_reconfig(hwnd, back ? back->cfg_info(backhandle) : 0);
|
||||
do_reconfig(hwnd, back ? back->cfg_info(backhandle) : 0);
|
||||
reconfiguring = FALSE;
|
||||
if (!reconfig_result)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user