Changed debug print of WSTR from %wZ to %S, was causing crash

svn path=/trunk/; revision=2138
This commit is contained in:
Phillip Susi 2001-08-02 15:55:15 +00:00
parent a252566666
commit a33633bdad

View file

@ -74,7 +74,7 @@ W32kAddFontResource(LPCWSTR Filename)
if (!NT_SUCCESS(Status))
{
DbgPrint("Could not open module file: %wZ\n", Filename);
DbgPrint("Could not open module file: %S\n", Filename);
return 0;
}