am a94bb198: fix assertion

* commit 'a94bb198cf13a3729bb992fc9c5bfce779e58469':
  fix assertion
main
Satoshi Kataoka 2013-04-14 20:12:46 -07:00 committed by Android Git Automerger
commit 6246b7c324
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,