am 6246b7c3: am a94bb198: fix assertion

* commit '6246b7c324eedae03b873b7b3fa054f6f3416455':
  fix assertion
main
Satoshi Kataoka 2013-04-17 19:46:56 -07:00 committed by Android Git Automerger
commit e157fa502f
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class DicTraverseSession {
if (!mDicNodesCache.hasCachedDicNodesForContinuousSuggestion()) {
return false;
}
ASSERT(mMaxPointerCount < MAX_POINTER_COUNT_G);
ASSERT(mMaxPointerCount <= MAX_POINTER_COUNT_G);
for (int i = 0; i < mMaxPointerCount; ++i) {
const ProximityInfoState *const pInfoState = getProximityInfoState(i);
// If a proximity info state is not continuous suggestion possible,