display hexadecimal and decimal record numbers
Change-Id: If8720ad99d2c4c6fa4927771027123a559895bb6
This commit is contained in:
parent
97be55676b
commit
2af61dad1b
1 changed files with 1 additions and 1 deletions
|
@ -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() )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue