Kaydet (Commit) 32343a92 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix dbgutil build

Change-Id: Ife8ca88c8f558955ee006be6294bd7b233e89916
üst 6c2d27b0
...@@ -299,7 +299,7 @@ ImplFontEntry* CTFontData::CreateFontInstance( /*const*/ FontSelectPattern& rFSD ...@@ -299,7 +299,7 @@ ImplFontEntry* CTFontData::CreateFontInstance( /*const*/ FontSelectPattern& rFSD
int CTFontData::GetFontTable( const char pTagName[5], unsigned char* pResultBuf ) const int CTFontData::GetFontTable( const char pTagName[5], unsigned char* pResultBuf ) const
{ {
DBG_ASSERT( aTagName[4]=='\0', "CTFontData::GetFontTable with invalid tagname!\n" ); DBG_ASSERT( pTagName[4]=='\0', "CTFontData::GetFontTable with invalid tagname!\n" );
const CTFontTableTag nTagCode = (pTagName[0]<<24) + (pTagName[1]<<16) + (pTagName[2]<<8) + (pTagName[3]<<0); const CTFontTableTag nTagCode = (pTagName[0]<<24) + (pTagName[1]<<16) + (pTagName[2]<<8) + (pTagName[3]<<0);
......
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