am a62a1926: am 471252b9: Merge "Fix a bug in multiple shortcut handling code." into jb-mr1-dev

* commit 'a62a192680c54c6c9152a5ebd448237c0fde171a':
  Fix a bug in multiple shortcut handling code.
main
Ken Wakasa 2012-10-09 07:50:48 -07:00 committed by Android Git Automerger
commit 00f3d80947
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ class TerminalAttributes {
outWord[i] = (uint16_t)codePoint;
}
*outFreq = BinaryFormat::getAttributeFrequencyFromFlags(shortcutFlags);
mPos += BinaryFormat::CHARACTER_ARRAY_TERMINATOR_SIZE;
return i;
}
};