display hexadecimal and decimal record numbers
Change-Id: If8720ad99d2c4c6fa4927771027123a559895bb6
This commit is contained in:
@@ -1324,7 +1324,7 @@ namespace cppcanvas
|
|||||||
// - SetFont to process font metric specific actions
|
// - SetFont to process font metric specific actions
|
||||||
pCurrAct->Execute( &rVDev );
|
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() )
|
switch( pCurrAct->GetType() )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user