Fix an obvious typo in call_hook_AtoW

Dmitry Timoshkov dmitry at baikal.ru
Wed Oct 15 09:51:03 CDT 2003


Hello,

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Fix an obvious typo in call_hook_AtoW.

--- cvs/cw/crossover/office/wine/dlls/user/hook.c	Sun Sep 14 18:57:19 2003
+++ wine/dlls/user/hook.c	Wed Oct 15 23:34:49 2003
@@ -190,7 +190,7 @@ static LRESULT call_hook_AtoW( HOOKPROC 
         }
         if (HIWORD(cbtcwA->lpcs->lpszClass))
         {
-            RtlCreateUnicodeStringFromAsciiz(&usBuffer,cbtcwA->lpcs->lpszName);
+            RtlCreateUnicodeStringFromAsciiz(&usBuffer,cbtcwA->lpcs->lpszClass);
             csW.lpszClass = usBuffer.Buffer;
         }
         ret = proc( code, wparam, (LPARAM)&cbtcwW );






More information about the wine-patches mailing list