Kaydet (Commit) 2af61dad authored tarafından Radek Doulik's avatar Radek Doulik

display hexadecimal and decimal record numbers

Change-Id: If8720ad99d2c4c6fa4927771027123a559895bb6
üst 97be5567
......@@ -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() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment