Fix my fix (r5539) to the `multi-changesettings-crash' fix. Ahem.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 22 Mar 2005 23:25:21 +0000 (23:25 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 22 Mar 2005 23:25:21 +0000 (23:25 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5543 cda61777-01e9-0310-a592-d414129be87e

windows/window.c

index e6c0e39..ac54ada 100644 (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;