Commit 2154db4d authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Fix TRACE format string.

parent 8985c020
......@@ -1111,7 +1111,7 @@ void WINAPI DOSVM_Int10Handler( CONTEXT86 *context )
break;
case 0xfe: /* GET SHADOW BUFFER */
TRACE( "GET SHADOW BUFFER %x:%x - ignored\n",
TRACE( "GET SHADOW BUFFER %lx:%x - ignored\n",
context->SegEs, DI_reg(context) );
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment