=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: wineps.drv: Print the commands in decimal.

Alexandre Julliard julliard at winehq.org
Tue Oct 11 14:03:37 CDT 2011


Module: wine
Branch: master
Commit: ef5f3c1676d0622a325978e864d99549087e73de
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ef5f3c1676d0622a325978e864d99549087e73de

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Oct 10 20:11:49 2011 +0200

wineps.drv: Print the commands in decimal.

---

 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;
     }
 }




More information about the wine-cvs mailing list