[ros-diffs] [fireball] 29418: - Fix incorrect DPRINT.

fireball at svn.reactos.org fireball at svn.reactos.org
Sat Oct 6 18:04:21 CEST 2007


Author: fireball
Date: Sat Oct  6 20:04:21 2007
New Revision: 29418

URL: http://svn.reactos.org/svn/reactos?rev=29418&view=rev
Log:
- Fix incorrect DPRINT.

Modified:
    trunk/reactos/subsystems/win32/win32k/ntuser/winsta.c

Modified: trunk/reactos/subsystems/win32/win32k/ntuser/winsta.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ntuser/winsta.c?rev=29418&r1=29417&r2=29418&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/winsta.c (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/winsta.c Sat Oct  6 20:04:21 2007
@@ -556,7 +556,7 @@
       ExFreePool(FullWindowStationName.Buffer);
    }
 
-   DPRINT("Window station successfully created (%wZ)\n", FullWindowStationName);
+   DPRINT("Window station successfully created (%wZ)\n", &FullWindowStationName);
    ExFreePool(FullWindowStationName.Buffer);
    return WindowStation;
 }




More information about the Ros-diffs mailing list