display hexadecimal and decimal record numbers

Change-Id: If8720ad99d2c4c6fa4927771027123a559895bb6
This commit is contained in:
Radek Doulik 2012-08-15 09:45:35 +02:00
parent 97be55676b
commit 2af61dad1b

View file

@ -1324,7 +1324,7 @@ namespace cppcanvas
// - SetFont to process font metric specific actions
pCurrAct->Execute( &rVDev );
EMFP_DEBUG(printf("MTF\trecord type: %x\n", pCurrAct->GetType()));
EMFP_DEBUG(printf("MTF\trecord type: 0x%x (%d)\n", pCurrAct->GetType(), pCurrAct->GetType()));
switch( pCurrAct->GetType() )
{