1
0
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:
Jacob Nevins 2005-03-22 23:25:21 +00:00
parent faf59c78be
commit ddb1fc1256

View File

@ -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;