http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8985c02
)
Fix TRACE format string.
author
Gerald Pfeifer
<pfeifer@dbai.tuwien.ac.at>
Mon, 24 Feb 2003 20:41:51 +0000
(20:41 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 24 Feb 2003 20:41:51 +0000
(20:41 +0000)
dlls/winedos/int10.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/winedos/int10.c
b/dlls/winedos/int10.c
index 1e504b5e63c149d13e555b1714d7f10fbf656ddd..7fd9fb91629d0d125f81d4ed51c78af5ceb805f9 100644
(file)
--- a/
dlls/winedos/int10.c
+++ b/
dlls/winedos/int10.c
@@
-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 %
l
x:%x - ignored\n",
context->SegEs, DI_reg(context) );
break;