OSDN Git Service

Fixed x64 build of TortoiseProc crashed due to received unexpected messages.
authorjackie <jackie@gmail.com>
Sun, 1 Mar 2009 08:38:35 +0000 (16:38 +0800)
committerFrank Li <lznuaa@gmail.com>
Wed, 4 Mar 2009 13:11:12 +0000 (21:11 +0800)
src/TortoiseProc/LogDlg.cpp

index ea58f83..b2ffa36 100644 (file)
@@ -2150,6 +2150,7 @@ LRESULT CLogDlg::OnClickedInfoIcon(WPARAM /*wParam*/, LPARAM lParam)
        // FIXME: x64 version would get this function called with unexpected parameters.\r
        if (!lParam)\r
                return 0;\r
+\r
        RECT * rect = (LPRECT)lParam;\r
        CPoint point;\r
        CString temp;\r
@@ -3335,4 +3336,4 @@ void CLogDlg::OnBnClickShowWholeProject()
 \r
        FillLogMessageCtrl(false);\r
 \r
-}
\ No newline at end of file
+}\r