Commit ef5f3c16 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

wineps.drv: Print the commands in decimal.

parent 4899eeb1
...@@ -360,7 +360,7 @@ INT PSDRV_ExtEscape( PHYSDEV dev, INT nEscape, INT cbInput, LPCVOID in_data, ...@@ -360,7 +360,7 @@ INT PSDRV_ExtEscape( PHYSDEV dev, INT nEscape, INT cbInput, LPCVOID in_data,
} }
} }
default: default:
FIXME("Unimplemented code 0x%x\n", nEscape); FIXME("Unimplemented code %d\n", nEscape);
return 0; return 0;
} }
} }
......
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