Fix TRACE format string.

This commit is contained in:
Gerald Pfeifer 2003-02-24 20:41:51 +00:00 committed by Alexandre Julliard
parent 8985c02020
commit 2154db4d4e
1 changed files with 1 additions and 1 deletions

View File

@ -1111,7 +1111,7 @@ void WINAPI DOSVM_Int10Handler( CONTEXT86 *context )
break; break;
case 0xfe: /* GET SHADOW BUFFER */ 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) ); context->SegEs, DI_reg(context) );
break; break;