Eric Pouech : comctl32: Fixed (harmless) typo.
Module: wine Branch: refs/heads/master Commit: 1d2f975ba9330bdca5bf5d47cf606564dba3f259 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=1d2f975ba9330bdca5bf5d47... Author: Eric Pouech <eric.pouech(a)wanadoo.fr> Date: Mon Dec 12 11:54:35 2005 +0100 comctl32: Fixed (harmless) typo. --- dlls/comctl32/treeview.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/comctl32/treeview.c b/dlls/comctl32/treeview.c index cf04d4b..df71326 100644 --- a/dlls/comctl32/treeview.c +++ b/dlls/comctl32/treeview.c @@ -565,7 +565,7 @@ TREEVIEW_SendTreeviewNotify(TREEVIEW_INF TRACE("code:%d action:%x olditem:%p newitem:%p\n", code, action, oldItem, newItem); - ZeroMemory(&nmhdr, sizeof(NMTREEVIEWA)); + ZeroMemory(&nmhdr, sizeof(NMTREEVIEWW)); nmhdr.hdr.hwndFrom = hwnd; nmhdr.hdr.idFrom = GetWindowLongPtrW(hwnd, GWLP_ID);
participants (1)
-
Alexandre Julliard