From: jacob Date: Tue, 22 Mar 2005 23:25:21 +0000 (+0000) Subject: Fix my fix (r5539) to the `multi-changesettings-crash' fix. Ahem. X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/b56ff5c3a7acd4e79ea1d48975838c17046aa86e Fix my fix (r5539) to the `multi-changesettings-crash' fix. Ahem. git-svn-id: svn://svn.tartarus.org/sgt/putty@5543 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/windows/window.c b/windows/window.c index e6c0e395..ac54adab 100644 --- a/windows/window.c +++ b/windows/window.c @@ -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;