From af63e7e8a9758ea64636c3c343a63f4fa63c9e8d Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 6 Dec 2013 09:49:08 +0000 Subject: fixed message window API git-svn-id: http://svn.miranda-ng.org/main/trunk@7067 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Scriver/src/msgs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp index 7c00117e84..7b659fd364 100644 --- a/plugins/Scriver/src/msgs.cpp +++ b/plugins/Scriver/src/msgs.cpp @@ -324,7 +324,7 @@ static INT_PTR GetWindowData(WPARAM wParam, LPARAM lParam) MessageWindowData *mwd = (MessageWindowData*)lParam; if (mwid == NULL || mwd == NULL) return 1; - if (mwid->cbSize != sizeof(MessageWindowInputData) || mwd->cbSize != sizeof(SrmmWindowData)) return 1; + if (mwid->cbSize != sizeof(MessageWindowInputData) || mwd->cbSize != sizeof(MessageWindowData)) return 1; if (mwid->hContact == NULL) return 1; if (mwid->uFlags != MSG_WINDOW_UFLAG_MSG_BOTH) return 1; -- cgit v1.2.3