]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Fix my fix (r5539) to the `multi-changesettings-crash' fix. Ahem.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 22 Mar 2005 23:25:21 +0000 (23:25 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 22 Mar 2005 23:25:21 +0000 (23:25 +0000)
[originally from svn r5543]
[r5539 == 5b695d81ade64effdbe36d0516fc72362bff78e6]

windows/window.c

index e6c0e39525a3def92da48647e7ca0957afad45c1..ac54adabdf207e7a7068b4e333b4acf212867555 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;