[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-patches
Subject:    comdlg32: Make FALSE the "fall through" return value of
From:       Andrew Talbot <andrew.talbot () talbotville ! com>
Date:       2008-12-31 23:29:20
Message-ID: 200812312329.21484.andrew.talbot () talbotville ! com
[Download RAW message or body]

In actual fact, the affected line is currently unreachable, but I intend to fix
that subsequently.

-- Andy.
---
Changelog:
    comdlg32: Make FALSE the "fall through" return value of PRINTDLG_DefaultPagePaintHook().

diff --git a/dlls/comdlg32/printdlg.c b/dlls/comdlg32/printdlg.c
index 69767e7..1270bd8 100644
--- a/dlls/comdlg32/printdlg.c
+++ b/dlls/comdlg32/printdlg.c
@@ -3165,7 +3165,7 @@ PRINTDLG_DefaultPagePaintHook(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
             FIXME("Unknown message %x\n",uMsg);
             return FALSE;
     }
-    return TRUE;
+    return FALSE;
 }
 
 /***********************************************************************


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic