mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Changed debug print of WSTR from %wZ to %S, was causing crash
svn path=/trunk/; revision=2138
This commit is contained in:
parent
a252566666
commit
a33633bdad
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue