wineps.drv: Print the commands in decimal

André Hentschel nerv at dawncrow.de
Mon Oct 10 13:11:49 CDT 2011


---
 dlls/wineps.drv/escape.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wineps.drv/escape.c b/dlls/wineps.drv/escape.c
index d869164..eff7500 100644
--- a/dlls/wineps.drv/escape.c
+++ b/dlls/wineps.drv/escape.c
@@ -360,7 +360,7 @@ INT PSDRV_ExtEscape( PHYSDEV dev, INT nEscape, INT cbInput, LPCVOID in_data,
 	}
       }
     default:
-        FIXME("Unimplemented code 0x%x\n", nEscape);
+        FIXME("Unimplemented code %d\n", nEscape);
 	return 0;
     }
 }
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list