mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:53:06 +00:00
[WIN32K] Mute a DPRINT
This commit is contained in:
parent
dd8f30f879
commit
a98bebb0b0
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ FontGetObject(PTEXTOBJ plfont, ULONG cjBuffer, PVOID pvBuffer)
|
||||||
if (!(plfont->fl & TEXTOBJECT_INIT))
|
if (!(plfont->fl & TEXTOBJECT_INIT))
|
||||||
{
|
{
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
DPRINT1("FontGetObject font not initialized!\n");
|
DPRINT("FontGetObject font not initialized!\n");
|
||||||
|
|
||||||
Status = TextIntRealizeFont(plfont->BaseObject.hHmgr, plfont);
|
Status = TextIntRealizeFont(plfont->BaseObject.hHmgr, plfont);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue