Kaydet (Commit) 97bcf0b6 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

WaE: for Norbert's Mac OS tinderbox.

üst 2c4e8110
......@@ -3965,7 +3965,7 @@ long ImpEditEngine::GetXPos(
// End of Portion
if ( pPortion->GetKind() == PORTIONKIND_TAB )
{
if ( (nTextPortion+1) < pParaPortion->GetTextPortions().Count() )
if ( static_cast<size_t>(nTextPortion+1) < pParaPortion->GetTextPortions().Count() )
{
const TextPortion* pNextPortion = pParaPortion->GetTextPortions()[nTextPortion+1];
if ( pNextPortion->GetKind() != PORTIONKIND_TAB )
......
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